Searched refs:LowerFPToInt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp326 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, function
480 return LowerFPToInt(MI, DL, BB, TII, false, false, false,
483 return LowerFPToInt(MI, DL, BB, TII, true, false, false,
486 return LowerFPToInt(MI, DL, BB, TII, false, true, false,
489 return LowerFPToInt(MI, DL, BB, TII, true, true, false,
492 return LowerFPToInt(MI, DL, BB, TII, false, false, true,
495 return LowerFPToInt(MI, DL, BB, TII, true, false, true,
498 return LowerFPToInt(MI, DL, BB, TII, false, true, true,
501 return LowerFPToInt(MI, DL, BB, TII, true, true, true,

Completed in 50 milliseconds