HomeSort by relevance Sort by last modified time
    Searched defs:CreateSRem (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 83 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 69 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {
NoFolder.h 112 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
113 return BinaryOperator::CreateSRem(LHS, RHS);
IRBuilder.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 2573 milliseconds