Searched refs:findConstantFor (Results 1 – 2 of 2) sorted by relevance
143 Constant *InstCostVisitor::findConstantFor(Value *V) const { in findConstantFor() function in InstCostVisitor318 if (Constant *C = findConstantFor(V)) { in discoverTransitivelyIncomingValues()353 if (Constant *C = findConstantFor(V)) { in visitPHINode()420 Constant *C = findConstantFor(V); in visitCallBase()444 Constant *C = findConstantFor(V); in visitGetElementPtrInst()460 return findConstantFor(V); in visitSelectInst()462 if (Constant *Condition = findConstantFor(I.getCondition())) in visitSelectInst()480 Constant *Other = findConstantFor(V); in visitCmpInst()508 Constant *Other = findConstantFor(V); in visitBinaryOperator()
192 Constant *findConstantFor(Value *V) const;