OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_SExt
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp
[
all
...]
StraightLineStrengthReduce.cpp
541
if (match(ArrayIdx,
m_SExt
(m_Value(TruncatedArrayIdx))))
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
[
all
...]
InstCombineSelect.cpp
452
if (match(TrueVal,
m_SExt
(m_Specific(CmpLHS))) &&
456
} else if (match(FalseVal,
m_SExt
(m_Specific(CmpLHS))) &&
[
all
...]
InstCombineAddSub.cpp
[
all
...]
InstCombineCasts.cpp
551
match(Src, m_LShr(
m_SExt
(m_Value(A)), m_ConstantInt(Cst))) &&
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
807
inline CastClass_match<OpTy, Instruction::SExt>
m_SExt
(const OpTy &Op) {
[
all
...]
Completed in 358 milliseconds