Home
last modified time | relevance | path

Searched refs:ConstantFoldUnaryOpOperand (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h80 Constant *ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op,
H A DTargetFolder.h113 return ConstantFoldUnaryOpOperand(Opc, C, DL); in FoldUnOpFMF()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2674 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFNegIntoConstant()
2678 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFNegIntoConstant()
2682 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) { in foldFNegIntoConstant()
2697 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFNegIntoConstant()
2868 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFSub()
H A DInstCombineMulDivRem.cpp788 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFMul()
1597 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDivisor()
1640 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDividend()
H A DInstCombineCompares.cpp7773 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFCmpInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp458 return ConstantFoldUnaryOpOperand(I.getOpcode(), LastVisited->second, DL); in visitUnaryOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp998 return ConstantFoldUnaryOpOperand(Opcode, Ops[0], DL); in ConstantFoldInstOperandsImpl()
1295 Constant *llvm::ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op, in ConstantFoldUnaryOpOperand() function in llvm
H A DInstructionSimplify.cpp5504 return ConstantFoldUnaryOpOperand(Opcode, C, Q.DL); in foldConstant()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1412 if (Constant *C = ConstantFoldUnaryOpOperand( in visitUnaryOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp873 ? ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL) in NegateValue()