Searched refs:FlushFPConstant (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 116 Constant *FlushFPConstant(Constant *Operand, const Instruction *I,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1270 Ops0 = FlushFPConstant(Ops0, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands() 1273 Ops1 = FlushFPConstant(Ops1, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands() 1300 Constant *llvm::FlushFPConstant(Constant *Operand, const Instruction *I, in FlushFPConstant() function in llvm 1349 Constant *Op0 = FlushFPConstant(LHS, I, /* IsOutput */ false); in ConstantFoldFPInstOperands() 1352 Constant *Op1 = FlushFPConstant(RHS, I, /* IsOutput */ false); in ConstantFoldFPInstOperands() 1371 C = FlushFPConstant(C, I, /* IsOutput */ true); in ConstantFoldFPInstOperands()
|