OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:simplifyDiv
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
1045
static Value *
simplifyDiv
(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1,
1153
return
simplifyDiv
(Instruction::SDiv, Op0, Op1, Q, MaxRecurse);
1164
return
simplifyDiv
(Instruction::UDiv, Op0, Op1, Q, MaxRecurse);
InstructionSimplify.cpp
1045
static Value *
simplifyDiv
(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1,
1153
return
simplifyDiv
(Instruction::SDiv, Op0, Op1, Q, MaxRecurse);
1164
return
simplifyDiv
(Instruction::UDiv, Op0, Op1, Q, MaxRecurse);
Completed in 44 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026