HomeSort by relevance Sort by last modified time
    Searched refs:CreateUDiv (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/Support/
NoFolder.h 88 Instruction *CreateUDiv(Constant *LHS, Constant *RHS,
91 return BinaryOperator::CreateUDiv(LHS, RHS);
ConstantFolder.h 55 Constant *CreateUDiv(Constant *LHS, Constant *RHS,
TargetFolder.h 71 Constant *CreateUDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 471 return BinaryOperator::CreateUDiv(X, Builder->getInt(NC));
509 return new ZExtInst(Builder->CreateUDiv(ZOp0->getOperand(0), ZOp1, "div",
553 return BinaryOperator::CreateUDiv(Op0, Op1, I.getName());
561 return BinaryOperator::CreateUDiv(Op0, Op1, I.getName());
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 111 SlowQuotientV = SlowBuilder.CreateUDiv(Dividend, Divisor);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 572 DSTr = Builder.CreateUDiv(Tmp3, Tmp6);
573 DSTi = Builder.CreateUDiv(Tmp9, Tmp6);
CGExprScalar.cpp     [all...]
  /external/llvm/include/llvm/
IRBuilder.h 604 Value *CreateUDiv(Value *LHS, Value *RHS, const Twine &Name = "",
608 return Insert(Folder.CreateUDiv(LC, RC, isExact), Name);
610 return Insert(BinaryOperator::CreateUDiv(LHS, RHS), Name);
614 return CreateUDiv(LHS, RHS, Name, true);
    [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 655 return bld.CreateUDiv(ops[0], ops[1]);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 46 milliseconds