Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp151 static Constant *findConstantFor(Value *V, ConstMap &KnownConstants) { in findConstantFor() function
297 if (Constant *C = findConstantFor(V, KnownConstants)) { in discoverTransitivelyIncomingValues()
332 if (Constant *C = findConstantFor(V, KnownConstants)) { in visitPHINode()
389 Constant *C = findConstantFor(V, KnownConstants); in visitCallBase()
413 Constant *C = findConstantFor(V, KnownConstants); in visitGetElementPtrInst()
431 Constant *C = findConstantFor(V, KnownConstants); in visitSelectInst()
445 Constant *Other = findConstantFor(V, KnownConstants); in visitCmpInst()
466 Constant *Other = findConstantFor(V, KnownConstants); in visitBinaryOperator()