Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp39 static bool pointsToConstantGlobal(Value *V) { in pointsToConstantGlobal() function
47 return pointsToConstantGlobal(CE->getOperand(0)); in pointsToConstantGlobal()
149 if (!pointsToConstantGlobal(MI->getSource())) in isOnlyCopiedFromConstantGlobal()