Home
last modified time | relevance | path

Searched refs:getConstantOrNull (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h168 Constant *getConstantOrNull(Value *V) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp69 Constant *Const = getConstantOrNull(V); in tryToReplaceWithConstant()
830 Constant *getConstantOrNull(Value *V) const;
960 Constant *SCCPInstVisitor::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPInstVisitor
2156 Constant *SCCPSolver::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPSolver
2157 return Visitor->getConstantOrNull(V); in getConstantOrNull()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp400 static ConstantAsMetadata *getConstantOrNull(Constant *C) { in getConstantOrNull() function
413 std::nullopt, std::nullopt, Flags, getConstantOrNull(Discriminant)); in createVariantMemberType()
439 getConstantOrNull(Val)); in createStaticMemberType()
482 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp1087 C = Solver.getConstantOrNull(V); in getCandidateConstant()