Searched refs:getLShr (Results 1 - 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DConstantsTest.cpp60 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One));
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
/external/llvm/include/llvm/IR/
H A DConstantFolder.h81 return ConstantExpr::getLShr(LHS, RHS, isExact);
H A DConstants.h898 static Constant *getLShr(Constant *C1, Constant *C2, bool isExact = false);
956 return getLShr(C1, C2, true);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantFolder.h81 return ConstantExpr::getLShr(LHS, RHS, isExact);
H A DTargetFolder.h94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
/external/llvm/unittests/IR/
H A DConstantsTest.cpp67 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One));
257 CHECK(ConstantExpr::getLShr(P0, P0, false), "lshr i32 " P0STR ", " P0STR);
258 CHECK(ConstantExpr::getLShr(P0, P0, true), "lshr exact i32 " P0STR ", " P0STR);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h649 static Constant *getLShr(Constant *C1, Constant *C2, bool isExact = false);
700 return getLShr(C1, C2, true);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1148 NewCst = ConstantExpr::getLShr(RHS, ShAmt);
1169 NewAndCST = ConstantExpr::getLShr(AndCST, ShAmt);
1255 ConstantExpr::getShl(ConstantExpr::getLShr(RHS, ShAmt),
1268 ConstantExpr::getLShr(RHS, ShAmt));
1280 ConstantExpr::getLShr(RHS, ShAmt));
H A DInstCombineCasts.cpp1512 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1729 NewCst = ConstantExpr::getLShr(RHS, ShAmt);
1747 NewAndCst = ConstantExpr::getLShr(AndCst, ShAmt);
1997 ConstantExpr::getShl(ConstantExpr::getLShr(RHS, ShAmt),
2009 ConstantExpr::getLShr(RHS, ShAmt));
2015 ConstantExpr::getLShr(RHS, ShAmt));
2026 ConstantExpr::getLShr(RHS, ShAmt));
H A DInstCombineCasts.cpp1683 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(),
/external/llvm/lib/IR/
H A DConstantFold.cpp335 Res = ConstantExpr::getLShr(Res,
1110 return ConstantExpr::getLShr(C1, C2);
H A DConstants.cpp2210 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp1246 return wrap(ConstantExpr::getLShr(unwrap<Constant>(LHSConstant),
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp317 Res = ConstantExpr::getLShr(Res,
1163 return ConstantExpr::getLShr(C1, C2);
1392 Res.push_back(ConstantExpr::getLShr(C1, C2));
H A DConstants.cpp1858 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp854 return wrap(ConstantExpr::getLShr(unwrap<Constant>(LHSConstant),
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp166 Constant *Elt = ConstantExpr::getLShr(Src,
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp217 Constant *Elt = ConstantExpr::getLShr(Src,
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1115 See the method [llvm::ConstantExpr::getLShr]. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli945 See the method [llvm::ConstantExpr::getLShr]. *)

Completed in 1002 milliseconds