Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp33 static bool pointsToConstantGlobal(Value *V) { in pointsToConstantGlobal() function
41 return pointsToConstantGlobal(CE->getOperand(0)); in pointsToConstantGlobal()
145 if (!pointsToConstantGlobal(MI->getSource())) in isOnlyCopiedFromConstantGlobal()