Searched refs:getConstantOrNull (Results 1 – 4 of 4) sorted by relevance
168 Constant *getConstantOrNull(Value *V) const;
69 Constant *Const = getConstantOrNull(V); in tryToReplaceWithConstant()830 Constant *getConstantOrNull(Value *V) const;960 Constant *SCCPInstVisitor::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPInstVisitor2156 Constant *SCCPSolver::getConstantOrNull(Value *V) const { in getConstantOrNull() function in SCCPSolver2157 return Visitor->getConstantOrNull(V); in getConstantOrNull()
400 static ConstantAsMetadata *getConstantOrNull(Constant *C) { in getConstantOrNull() function413 std::nullopt, std::nullopt, Flags, getConstantOrNull(Discriminant)); in createVariantMemberType()439 getConstantOrNull(Val)); in createStaticMemberType()482 isDefault, getConstantOrNull(Val)); in createTemplateValueParameter()
1087 C = Solver.getConstantOrNull(V); in getCandidateConstant()