HomeSort by relevance Sort by last modified time
    Searched full:pointstoconstantglobal (Results 1 - 1 of 1) sorted by null

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

Completed in 123 milliseconds