Home
last modified time | relevance | path

Searched defs:getConstantOrNull (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp960 Constant *SCCPInstVisitor::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPInstVisitor
2156 Constant *SCCPSolver::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPSolver
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp400 static ConstantAsMetadata *getConstantOrNull(Constant *C) { in getConstantOrNull() function