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

  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 58 Value *DividendSign = Builder.CreateAShr(Dividend, Shift);
59 Value *DivisorSign = Builder.CreateAShr(Divisor, Shift);
131 Value *Tmp = Builder.CreateAShr(Dividend, Shift);
132 Value *Tmp1 = Builder.CreateAShr(Divisor, Shift);
316 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB);
  /external/llvm/include/llvm/IR/
NoFolder.h 131 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
134 return BinaryOperator::CreateAShr(LHS, RHS);
ConstantFolder.h 83 Constant *CreateAShr(Constant *LHS, Constant *RHS,
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineSelect.cpp 621 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
    [all...]
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]
ItaniumCXXABI.cpp 431 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted");
    [all...]
CGExprScalar.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 605 milliseconds