OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FoldGEPICmp
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp
564
///
FoldGEPICmp
- Fold comparisons between a GEP instruction and something
566
Instruction *InstCombiner::
FoldGEPICmp
(GEPOperator *GEPLHS, Value *RHS,
619
return
FoldGEPICmp
(GEPRHS, GEPLHS->getOperand(0),
631
return
FoldGEPICmp
(GEPLHS, GEPRHS->getOperand(0), Cond, I);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
Completed in 575 milliseconds