Home
last modified time | relevance | path

Searched refs:findConstantFor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp143 Constant *InstCostVisitor::findConstantFor(Value *V) const { in findConstantFor() function in InstCostVisitor
318 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h192 Constant *findConstantFor(Value *V) const;