Home
last modified time | relevance | path

Searched refs:constantFold (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp958 std::tie(Expr, C) = Expr->constantFold(C); in EmitDbgValueFromSingleOp()
H A DFastISel.cpp1250 std::tie(Expr, CI) = Expr->constantFold(CI); in lowerDbgValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2442 DIExpression::constantFold(const ConstantInt *CI) { in constantFold() function in DIExpression
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6028 constantFold(Instruction *I, const DataLayout &DL, in constantFold() function
6075 } else if (Constant *C = constantFold(&I, DL, ConstantPool)) { in getCaseResults()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3759 constantFold(const ConstantInt *CI);