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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp26 /// pointsToConstantGlobal - Return true if V (possibly indirectly) points to
29 static bool pointsToConstantGlobal(Value *V) { function
35 return pointsToConstantGlobal(CE->getOperand(0));
132 if (!pointsToConstantGlobal(MI->getSource()))

Completed in 47 milliseconds