OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateExactSDiv
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
NoFolder.h
101
return BinaryOperator::
CreateExactSDiv
(LHS, RHS);
103
Instruction *
CreateExactSDiv
(Constant *LHS, Constant *RHS) const {
104
return BinaryOperator::
CreateExactSDiv
(LHS, RHS);
IRBuilder.h
[
all
...]
/external/llvm/bindings/go/llvm/
ir.go
[
all
...]
Completed in 184 milliseconds