HomeSort by relevance Sort by last modified time
    Searched refs:CreateSRem (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 112 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
113 return BinaryOperator::CreateSRem(LHS, RHS);
ConstantFolder.h 69 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {
TargetFolder.h 83 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
NoFolder.h 112 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
113 return BinaryOperator::CreateSRem(LHS, RHS);
ConstantFolder.h 69 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {
  /external/llvm/unittests/Transforms/Utils/
IntegerDivision.cpp 101 Value *Rem = Builder.CreateSRem(A, B);
222 Value *Rem = Builder.CreateSRem(A, B);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
ConstantFolder.h 81 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
NoFolder.h 132 Instruction *CreateSRem(Constant *LHS, Constant *RHS) const {
133 return BinaryOperator::CreateSRem(LHS, RHS);
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 105 SlowRemainderV = SlowBuilder.CreateSRem(Dividend, Divisor);
IntegerDivision.cpp 515 ExtRem = Builder.CreateSRem(ExtDividend, ExtDivisor);
563 ExtRem = Builder.CreateSRem(ExtDividend, ExtDivisor);
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 83 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 82 Constant *CreateSRem(Constant *LHS, Constant *RHS) const {

Completed in 1125 milliseconds

1 2 3 4