Searched refs:buildFPTOSI (Results 1 – 3 of 3) sorted by relevance
1682 MachineInstrBuilder buildFPTOSI(const DstOp &Dst, const SrcOp &Src0) { in buildFPTOSI() function
6156 MachineInstrBuilder FPTOSI = MIRBuilder.buildFPTOSI(DstTy, Src); in lowerFPTOUI()6162 MachineInstrBuilder ResLowBits = MIRBuilder.buildFPTOSI(DstTy, FSub); in lowerFPTOUI()
2142 auto Hi = (Signed && SrcLT == S64) ? B.buildFPTOSI(S32, FloorMul) in legalizeFPTOI()