OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Trunc
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
InstCombineAddSub.cpp
[
all
...]
InstCombineSelect.cpp
377
match(Count,
m_Trunc
(m_Value(V))))
[
all
...]
InstCombineAndOrXor.cpp
[
all
...]
InstCombineCalls.cpp
781
if (match(IIOperand,
m_Trunc
(m_BSwap(m_Value(X))))) {
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
801
inline CastClass_match<OpTy, Instruction::Trunc>
m_Trunc
(const OpTy &Op) {
[
all
...]
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
745
if (MaxRecurse && match(Op0,
m_Trunc
(m_Value(X))) &&
746
match(Op1,
m_Trunc
(m_Value(Y))))
[
all
...]
Completed in 2239 milliseconds