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

  /external/llvm/unittests/VMCore/
ConstantsTest.cpp 52 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One));
56 EXPECT_EQ(One, ConstantExpr::getShl(One, Zero));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 349 ConstantExpr::getShl(BOOp, Op1));
440 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
472 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
713 return BinaryOperator::CreateShl(ConstantExpr::getShl(C1, C2), A);
    [all...]
InstCombineAddSub.cpp 604 C = ConstantExpr::getSub(One, ConstantExpr::getShl(One, CI));
InstCombineMulDivRem.cpp 119 ConstantExpr::getShl(CI, ShOp));
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
ConstantFolder.h 77 return ConstantExpr::getShl(LHS, RHS, HasNUW, HasNSW);
TargetFolder.h 91 return Fold(ConstantExpr::getShl(LHS, RHS, HasNUW, HasNSW));
  /external/llvm/include/llvm/
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 178 Src = ConstantExpr::getShl(Src,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]
Core.cpp 885 return wrap(ConstantExpr::getShl(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 941 See the method [llvm::ConstantExpr::getShl]. *)
    [all...]

Completed in 166 milliseconds