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 352 ConstantExpr::getShl(BOOp, Op1));
446 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
480 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
724 return BinaryOperator::CreateShl(ConstantExpr::getShl(C1, C2), A);
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineMulDivRem.cpp 144 return BinaryOperator::CreateMul(NewOp, ConstantExpr::getShl(C1, C2));
924 return BinaryOperator::CreateUDiv(X, ConstantExpr::getShl(C2, C1));
    [all...]
InstructionCombining.cpp 423 RHS = ConstantExpr::getShl(ConstantInt::get(Op->getType(), 1), CST);
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 91 return Fold(ConstantExpr::getShl(LHS, RHS, HasNUW, HasNSW));
  /external/llvm/include/llvm/IR/
ConstantFolder.h 77 return ConstantExpr::getShl(LHS, RHS, HasNUW, HasNSW);
Constants.h     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 186 Src = ConstantExpr::getShl(Src,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Core.cpp 1007 return wrap(ConstantExpr::getShl(unwrap<Constant>(LHSConstant),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 258 milliseconds