Home
last modified time | relevance | path

Searched refs:ShType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp199 Type *ShType = InnerShift->getType(); in foldShiftedShift() local
200 unsigned TypeWidth = ShType->getScalarSizeInBits(); in foldShiftedShift()
209 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt)); in foldShiftedShift()
225 return Constant::getNullValue(ShType); in foldShiftedShift()
238 ConstantInt::get(ShType, Mask)); in foldShiftedShift()
H A DInstCombineCompares.cpp1918 Type *ShType = Shl->getType(); in foldICmpShlConstant() local
1927 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
1932 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
1941 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
1947 return new ICmpInst(Pred, X, Constant::getNullValue(ShType)); in foldICmpShlConstant()
1957 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC)); in foldICmpShlConstant()
1978 ShType, in foldICmpShlConstant()
1981 Constant *LShrC = ConstantInt::get(ShType, C.lshr(*ShiftAmt)); in foldICmpShlConstant()
1990 ShType, in foldICmpShlConstant()
1994 And, Constant::getNullValue(ShType)); in foldICmpShlConstant()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp395 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local
396 if (ShType == AArch64_AM::InvalidShiftExtend) in SelectShiftedRegister()
398 if (!AllowROR && ShType == AArch64_AM::ROR) in SelectShiftedRegister()
404 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); in SelectShiftedRegister()