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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 55 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One));
59 EXPECT_EQ(One, ConstantExpr::getShl(One, Zero));
219 CHECK(ConstantExpr::getShl(P0, P0), "shl i32 " P0STR ", " P0STR);
220 CHECK(ConstantExpr::getShl(P0, P0, true), "shl nuw i32 " P0STR ", " P0STR);
221 CHECK(ConstantExpr::getShl(P0, P0, false, true), "shl nsw i32 " P0STR ", "
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 349 ConstantExpr::getShl(BOOp, Op1));
439 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
469 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
710 return BinaryOperator::CreateShl(ConstantExpr::getShl(C1, C2), A);
InstCombineMulDivRem.cpp 118 ConstantExpr::getShl(CI, ShOp));
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.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/IR/
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 180 Src = ConstantExpr::getShl(Src,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp 905 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 1012 milliseconds