OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:simplifyRem
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
1103
static Value *
simplifyRem
(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1,
1185
return
simplifyRem
(Instruction::SRem, Op0, Op1, Q, MaxRecurse);
1196
return
simplifyRem
(Instruction::URem, Op0, Op1, Q, MaxRecurse);
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026