Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp34 static bool pointsToConstantGlobal(Value *V) { in pointsToConstantGlobal() function
42 return pointsToConstantGlobal(CE->getOperand(0)); in pointsToConstantGlobal()
148 if (!pointsToConstantGlobal(MI->getSource())) in isOnlyCopiedFromConstantGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp38 static bool pointsToConstantGlobal(Value *V) { in pointsToConstantGlobal() function
46 return pointsToConstantGlobal(CE->getOperand(0)); in pointsToConstantGlobal()
151 if (!pointsToConstantGlobal(MI->getSource())) in isOnlyCopiedFromConstantGlobal()