OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ZExt
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
376
if (match(Count,
m_ZExt
(m_Value(V))) ||
466
if (match(TrueVal,
m_ZExt
(m_Specific(CmpLHS))) &&
470
} else if (match(FalseVal,
m_ZExt
(m_Specific(CmpLHS))) &&
[
all
...]
InstCombineCompares.cpp
[
all
...]
InstCombineAddSub.cpp
[
all
...]
InstCombineMulDivRem.cpp
[
all
...]
InstCombineAndOrXor.cpp
[
all
...]
InstCombineCasts.cpp
525
match(Src, m_LShr(
m_ZExt
(m_Value(A)), m_ConstantInt(Cst)))) {
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
813
inline CastClass_match<OpTy, Instruction::ZExt>
m_ZExt
(const OpTy &Op) {
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
Completed in 57 milliseconds