Searched refs:FlushFPConstant (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 119 LLVM_ABI Constant *FlushFPConstant(Constant *Operand, const Instruction *I,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1300 Ops0 = FlushFPConstant(Ops0, I, /*IsOutput=*/false); in ConstantFoldCompareInstOperands() 1303 Ops1 = FlushFPConstant(Ops1, I, /*IsOutput=*/false); in ConstantFoldCompareInstOperands() 1372 Constant *llvm::FlushFPConstant(Constant *Operand, const Instruction *Inst, in FlushFPConstant() function in llvm 1443 Constant *Op0 = FlushFPConstant(LHS, I, /* IsOutput */ false); in ConstantFoldFPInstOperands() 1446 Constant *Op1 = FlushFPConstant(RHS, I, /* IsOutput */ false); in ConstantFoldFPInstOperands() 1465 C = FlushFPConstant(C, I, /* IsOutput */ true); in ConstantFoldFPInstOperands()
|