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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstantFolder.h81 return ConstantExpr::getLShr(LHS, RHS, isExact);
H A DConstants.h940 static Constant *getLShr(Constant *C1, Constant *C2, bool isExact = false);
998 return getLShr(C1, C2, true);
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetFolder.h94 return Fold(ConstantExpr::getLShr(LHS, RHS, isExact));
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1404 NewCst = ConstantExpr::getLShr(RHS, ShAmt);
1422 NewAndCst = ConstantExpr::getLShr(AndCst, ShAmt);
1672 ConstantExpr::getShl(ConstantExpr::getLShr(RHS, ShAmt),
1684 ConstantExpr::getLShr(RHS, ShAmt));
1690 ConstantExpr::getLShr(RHS, ShAmt));
1701 ConstantExpr::getLShr(RHS, ShAmt));
H A DInstCombineCasts.cpp1680 Constant *Piece = ConstantExpr::getLShr(C, ConstantInt::get(C->getType(),
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp334 Res = ConstantExpr::getLShr(Res,
1096 return ConstantExpr::getLShr(C1, C2);
H A DConstants.cpp2271 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) { function in class:ConstantExpr
H A DCore.cpp1159 return wrap(ConstantExpr::getLShr(unwrap<Constant>(LHSConstant),
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp212 Constant *Elt = ConstantExpr::getLShr(Src,

Completed in 171 milliseconds