reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
 1524   assert(NVT.isByteSized() && "Expanded type not byte sized!");
 1525   assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?");
 1527   Hi = DAG.getExtLoad(LD->getExtensionType(), dl, NVT, Chain, Ptr,
 1534   Lo = DAG.getConstantFP(APFloat(DAG.EVTToAPFloatSemantics(NVT),
 1535                                  APInt(NVT.getSizeInBits(), 0)), dl, NVT);
 1535                                  APInt(NVT.getSizeInBits(), 0)), dl, NVT);