Searched refs:buildFPTOSI (Results 1 – 4 of 4) sorted by relevance
256 B.buildFPTOSI(S32, Copies[0]); in TEST_F()
1776 MachineInstrBuilder buildFPTOSI(const DstOp &Dst, const SrcOp &Src0) { in buildFPTOSI() function
6082 MachineInstrBuilder FPTOSI = MIRBuilder.buildFPTOSI(DstTy, Src); in lowerFPTOUI()6088 MachineInstrBuilder ResLowBits = MIRBuilder.buildFPTOSI(DstTy, FSub); in lowerFPTOUI()
2297 auto Hi = (Signed && SrcLT == S64) ? B.buildFPTOSI(S32, FloorMul) in legalizeFPTOI()