/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);
|
InstCombineCompares.cpp | [all...] |
InstCombineAddSub.cpp | [all...] |
InstCombineMulDivRem.cpp | 139 return BinaryOperator::CreateMul(NewOp, ConstantExpr::getShl(C1, C2)); [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 | 181 Src = ConstantExpr::getShl(Src, [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | [all...] |
/external/llvm/lib/IR/ |
Constants.cpp | [all...] |
Core.cpp | 911 return wrap(ConstantExpr::getShl(unwrap<Constant>(LHSConstant), [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 941 See the method [llvm::ConstantExpr::getShl]. *) [all...] |