OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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