Home
last modified time | relevance | path

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/
DConstantFolder.h95 return ConstantExpr::getLShr(LHS, RHS, isExact);
DConstants.h952 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/
DTargetFolder.h92 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp337 Res = ConstantExpr::getLShr(Res, in ExtractConstantBytes()
1235 return ConstantExpr::getLShr(C1, C2); in ConstantFoldBinaryInstruction()
DConstants.cpp2396 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { in getLShr() function in ConstantExpr
DCore.cpp1631 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/
DInstCombineShifts.cpp284 ConstantExpr::getLShr(ExtendedAllOnes, ExtendedNumHighBitsToClear); in dropRedundantMaskingOfLeftShiftInput()
DInstCombineCasts.cpp2007 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/
DConstantFolding.cpp265 Constant *Elt = ConstantExpr::getLShr(Src, in FoldBitCast()