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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp35 /// pointsToConstantGlobal - Return true if V (possibly indirectly) points to
38 static bool pointsToConstantGlobal(Value *V) { function
46 return pointsToConstantGlobal(CE->getOperand(0));
148 if (!pointsToConstantGlobal(MI->getSource()))

Completed in 85 milliseconds