OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_URem
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
/external/llvm/include/llvm/IR/
PatternMatch.h
488
inline BinaryOp_match<LHS, RHS, Instruction::URem>
m_URem
(const LHS &L,
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
911
(!isSigned && match(Z,
m_URem
(m_Specific(X), m_Specific(Op1)))))
[
all
...]
Completed in 575 milliseconds