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

  /external/llvm/include/llvm/Support/
NoFolder.h 131 Instruction *CreateAShr(Constant *LHS, Constant *RHS,
134 return BinaryOperator::CreateAShr(LHS, RHS);
ConstantFolder.h 83 Constant *CreateAShr(Constant *LHS, Constant *RHS,
TargetFolder.h 96 Constant *CreateAShr(Constant *LHS, Constant *RHS, bool isExact = false)const{
IRBuilder.h 679 Value *CreateAShr(Value *LHS, Value *RHS, const Twine &Name = "",
683 return Insert(Folder.CreateAShr(LC, RC, isExact), Name);
685 return Insert(BinaryOperator::CreateAShr(LHS, RHS), Name);
688 Value *CreateAShr(Value *LHS, const APInt &RHS, const Twine &Name = "",
690 return CreateAShr(LHS, ConstantInt::get(LHS->getType(), RHS), Name,isExact);
692 Value *CreateAShr(Value *LHS, uint64_t RHS, const Twine &Name = "",
694 return CreateAShr(LHS, ConstantInt::get(LHS->getType(), RHS), Name,isExact);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineAddSub.cpp 137 return BinaryOperator::CreateAShr(NewShl, ShAmt);
579 return BinaryOperator::CreateAShr(X, CI);
InstCombineSelect.cpp 467 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 185 h0 = builder.CreateAShr(h0, constIntVec(builder, SHIFT, SHIFT, SHIFT, SHIFT));
189 h1 = builder.CreateAShr(h1, constIntVec(builder, SHIFT, SHIFT, SHIFT, SHIFT));
194 sample = builder.CreateAShr(sample, constIntVec(builder, SHIFT, SHIFT, SHIFT, SHIFT));
llvm_scanline.cpp 290 // src = builder.CreateAShr(src, constIntVec(builder,8,8,8,8));
319 // src = builder.CreateAShr(src, constIntVec(builder,8,8,8,8));
414 res = builder.CreateAShr(res, constIntVec(builder,8,8,8,8));
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 237 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted");
    [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 146 milliseconds