Searched refs:getConstantOrNull (Results 1 – 4 of 4) sorted by relevance
164 Constant *getConstantOrNull(Value *V) const;
77 Constant *Const = getConstantOrNull(V); in tryToReplaceWithConstant()795 Constant *getConstantOrNull(Value *V) const;916 Constant *SCCPInstVisitor::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPInstVisitor2096 Constant *SCCPSolver::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPSolver2097 return Visitor->getConstantOrNull(V); in getConstantOrNull()
374 static ConstantAsMetadata *getConstantOrNull(Constant *C) { in getConstantOrNull() function387 Flags, getConstantOrNull(Discriminant)); in createVariantMemberType()412 0, std::nullopt, Flags, getConstantOrNull(Val)); in createStaticMemberType()455 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
1085 C = Solver.getConstantOrNull(V); in getCandidateConstant()