OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateExactUDiv
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
NoFolder.h
92
return BinaryOperator::
CreateExactUDiv
(LHS, RHS);
94
Instruction *
CreateExactUDiv
(Constant *LHS, Constant *RHS) const {
95
return BinaryOperator::
CreateExactUDiv
(LHS, RHS);
IRBuilder.h
[
all
...]
Completed in 434 milliseconds