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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp344 static MachineBasicBlock *LowerFPToInt(MachineInstr &MI, DebugLoc DL, function
446 return LowerFPToInt(MI, DL, BB, TII, false, false, false,
449 return LowerFPToInt(MI, DL, BB, TII, true, false, false,
452 return LowerFPToInt(MI, DL, BB, TII, false, true, false,
455 return LowerFPToInt(MI, DL, BB, TII, true, true, false,
458 return LowerFPToInt(MI, DL, BB, TII, false, false, true,
461 return LowerFPToInt(MI, DL, BB, TII, true, false, true,
464 return LowerFPToInt(MI, DL, BB, TII, false, true, true,
467 return LowerFPToInt(MI, DL, BB, TII, true, true, true,

Completed in 114 milliseconds