Searched refs:getShl (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp246 ConstantExpr::getShl(ExtendedAllOnes, ExtendedSumOfShAmts);
790 Value *XM = Builder.CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
824 Value *XM = Builder.CreateAnd(V1, ConstantExpr::getShl(CC, Op1),
1018 return BinaryOperator::CreateShl(ConstantExpr::getShl(C2, C1), X);
1022 return BinaryOperator::CreateMul(X, ConstantExpr::getShl(C2, C1));
1026 auto *NewC = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C1);
H A DInstCombineCasts.cpp770 Constant *MaskC = ConstantExpr::getShl(One, C);
778 Constant *MaskC = ConstantExpr::getShl(One, C);
H A DInstCombineMulDivRem.cpp206 Constant *Shl = ConstantExpr::getShl(C1, C2);
H A DInstCombineVectorOps.cpp1474 Constant *ShlOne = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C);
H A DInstructionCombining.cpp543 RHS = ConstantExpr::getShl(ConstantInt::get(Op->getType(), 1), C);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h93 return ConstantExpr::getShl(LHS, RHS, HasNUW, HasNSW);
H A DConstants.h962 static Constant *getShl(Constant *C1, Constant *C2,
1014 return getShl(C1, C2, false, true);
1018 return getShl(C1, C2, true, false);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h92 return Fold(ConstantExpr::getShl(LHS, RHS, HasNUW, HasNSW));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp980 MulCst = ConstantExpr::getShl(MulCst, SA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2552 Constant *ConstantExpr::getShl(Constant *C1, Constant *C2, function in class:ConstantExpr
H A DCore.cpp1635 return wrap(ConstantExpr::getShl(unwrap<Constant>(LHSConstant),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp232 Src = ConstantExpr::getShl(Src,

Completed in 219 milliseconds