Searched refs:getLShr (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 95 return ConstantExpr::getLShr(LHS, RHS, isExact);
|
D | Constants.h | 952 static Constant *getLShr(Constant *C1, Constant *C2, bool isExact = false); 1022 return getLShr(C1, C2, true);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 92 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 337 Res = ConstantExpr::getLShr(Res, in ExtractConstantBytes() 1235 return ConstantExpr::getLShr(C1, C2); in ConstantFoldBinaryInstruction()
|
D | Constants.cpp | 2396 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() function in ConstantExpr
|
D | Core.cpp | 1631 return wrap(ConstantExpr::getLShr(unwrap<Constant>(LHSConstant), in LLVMConstLShr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 284 ConstantExpr::getLShr(ExtendedAllOnes, ExtendedNumHighBitsToClear); in dropRedundantMaskingOfLeftShiftInput()
|
D | InstCombineCasts.cpp | 2007 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(), in collectInsertionElements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 265 Constant *Elt = ConstantExpr::getLShr(Src, in FoldBitCast()
|