Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h164 Constant *getConstantOrNull(Value *V) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp77 Constant *Const = getConstantOrNull(V); in tryToReplaceWithConstant()
795 Constant *getConstantOrNull(Value *V) const;
916 Constant *SCCPInstVisitor::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPInstVisitor
2096 Constant *SCCPSolver::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPSolver
2097 return Visitor->getConstantOrNull(V); in getConstantOrNull()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp374 static ConstantAsMetadata *getConstantOrNull(Constant *C) { in getConstantOrNull() function
387 Flags, getConstantOrNull(Discriminant)); in createVariantMemberType()
412 0, std::nullopt, Flags, getConstantOrNull(Val)); in createStaticMemberType()
455 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp1085 C = Solver.getConstantOrNull(V); in getCandidateConstant()