OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_SDiv
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
476
inline BinaryOp_match<LHS, RHS, Instruction::SDiv>
m_SDiv
(const LHS &L,
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
[
all
...]
InstCombineMulDivRem.cpp
811
if ((IsSigned && match(LHS,
m_SDiv
(m_Value(X), m_APInt(C1)))) ||
[
all
...]
InstructionCombining.cpp
[
all
...]
Completed in 145 milliseconds