Home
last modified time | relevance | path

Searched refs:FlushFPConstant (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DConstantFolding.h102 Constant *FlushFPConstant(Constant *Operand, const Instruction *I,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1326 Ops0 = FlushFPConstant(Ops0, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands()
1327 Ops1 = FlushFPConstant(Ops1, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands()
1352 Constant *llvm::FlushFPConstant(Constant *Operand, const Instruction *I, in FlushFPConstant() function in llvm
1395 Constant *Op0 = FlushFPConstant(LHS, I, /* IsOutput */ false); in ConstantFoldFPInstOperands()
1396 Constant *Op1 = FlushFPConstant(RHS, I, /* IsOutput */ false); in ConstantFoldFPInstOperands()
1404 return FlushFPConstant(C, I, /* IsOutput */ true); in ConstantFoldFPInstOperands()