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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
 3915   if (DstTy != S32 && DstTy != S64)
 3915   if (DstTy != S32 && DstTy != S64)
 3922   APInt TwoPExpInt = APInt::getSignMask(DstTy.getSizeInBits());
 3928   MachineInstrBuilder FPTOSI = MIRBuilder.buildFPTOSI(DstTy, Src);
 3934   MachineInstrBuilder ResLowBits = MIRBuilder.buildFPTOSI(DstTy, FSub);
 3935   MachineInstrBuilder ResHighBit = MIRBuilder.buildConstant(DstTy, TwoPExpInt);
 3936   MachineInstrBuilder Res = MIRBuilder.buildXor(DstTy, ResLowBits, ResHighBit);
 3939       MIRBuilder.buildFCmp(CmpInst::FCMP_ULT, DstTy, Src, Threshold);