/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 60 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 67 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/ |
D | ConstantFolder.h | 81 return ConstantExpr::getLShr(LHS, RHS, isExact);
|
D | TargetFolder.h | 94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 649 static Constant *getLShr(Constant *C1, Constant *C2, bool isExact = false); 700 return getLShr(C1, C2, true);
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 81 return ConstantExpr::getLShr(LHS, RHS, isExact);
|
D | Constants.h | 898 static Constant *getLShr(Constant *C1, Constant *C2, bool isExact = false); 956 return getLShr(C1, C2, true);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1148 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()
|
D | InstCombineCasts.cpp | 1512 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(), in CollectInsertionElements()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1729 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()
|
D | InstCombineCasts.cpp | 1683 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(), in collectInsertionElements()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 317 Res = ConstantExpr::getLShr(Res, in ExtractConstantBytes() 1163 return ConstantExpr::getLShr(C1, C2); in ConstantFoldBinaryInstruction() 1392 Res.push_back(ConstantExpr::getLShr(C1, C2)); in ConstantFoldBinaryInstruction()
|
D | Constants.cpp | 1858 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() function in ConstantExpr
|
D | Core.cpp | 854 return wrap(ConstantExpr::getLShr(unwrap<Constant>(LHSConstant), in LLVMConstLShr()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 335 Res = ConstantExpr::getLShr(Res, in ExtractConstantBytes() 1110 return ConstantExpr::getLShr(C1, C2); in ConstantFoldBinaryInstruction()
|
D | Constants.cpp | 2210 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() function in ConstantExpr
|
D | Core.cpp | 1246 return wrap(ConstantExpr::getLShr(unwrap<Constant>(LHSConstant), in LLVMConstLShr()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 166 Constant *Elt = ConstantExpr::getLShr(Src, in FoldBitCast()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 217 Constant *Elt = ConstantExpr::getLShr(Src, in FoldBitCast()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 945 See the method [llvm::ConstantExpr::getLShr]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1115 See the method [llvm::ConstantExpr::getLShr]. *)
|