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

  /external/llvm/include/llvm/Support/
NoFolder.h 97 Instruction *CreateSDiv(Constant *LHS, Constant *RHS,
100 return BinaryOperator::CreateSDiv(LHS, RHS);
ConstantFolder.h 59 Constant *CreateSDiv(Constant *LHS, Constant *RHS,
TargetFolder.h 74 Constant *CreateSDiv(Constant *LHS, Constant *RHS, bool isExact = false)const{
IRBuilder.h 601 Value *CreateSDiv(Value *LHS, Value *RHS, const Twine &Name = "",
605 return Insert(Folder.CreateSDiv(LC, RC, isExact), Name);
607 return Insert(BinaryOperator::CreateSDiv(LHS, RHS), Name);
611 return CreateSDiv(LHS, RHS, Name, true);
    [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 574 DSTr = Builder.CreateSDiv(Tmp3, Tmp6);
575 DSTi = Builder.CreateSDiv(Tmp9, Tmp6);
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 638 return BinaryOperator::CreateSDiv(X, ConstantExpr::getNeg(C));
InstCombineMulDivRem.cpp 529 return BinaryOperator::CreateSDiv(Sub->getOperand(1),
InstCombineCompares.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 657 return bld.CreateSDiv(ops[0], ops[1]);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 260 milliseconds