Home
last modified time | relevance | path

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

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