OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateExactSDiv
(Results
1 - 2
of
2
) 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
717
return Insert(BinaryOperator::
CreateExactSDiv
(LHS, RHS), Name);
719
Value *
CreateExactSDiv
(Value *LHS, Value *RHS, const Twine &Name = "") {
[
all
...]
Completed in 528 milliseconds