OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSOp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
673
Value *
LHSOp
, *RHSOp;
674
if (match(Op0, m_PtrToInt(m_Value(
LHSOp
))) &&
676
if (Value *Res = OptimizePointerDifference(
LHSOp
, RHSOp, I.getType()))
680
if (match(Op0, m_Trunc(m_PtrToInt(m_Value(
LHSOp
)))) &&
682
if (Value *Res = OptimizePointerDifference(
LHSOp
, RHSOp, I.getType()))
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
Completed in 44 milliseconds