Searched refs:ShType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp552 Type *ShType = InnerShift->getType(); local
553 unsigned TypeWidth = ShType->getScalarSizeInBits();
562 InnerShift->setOperand(1, ConstantInt::get(ShType, ShAmt));
578 return Constant::getNullValue(ShType);
591 ConstantInt::get(ShType, Mask));
H A DInstCombineCompares.cpp2042 Type *ShType = Shl->getType(); local
2051 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2056 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2065 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2071 return new ICmpInst(Pred, X, Constant::getNullValue(ShType));
2081 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2086 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2095 return new ICmpInst(Pred, X, ConstantInt::get(ShType, ShiftedC));
2102 ShType,
2105 Constant *LShrC = ConstantInt::get(ShType,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp465 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); local
466 if (ShType == AArch64_AM::InvalidShiftExtend)
468 if (!AllowROR && ShType == AArch64_AM::ROR)
474 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val);
H A DAArch64InstructionSelector.cpp4689 AArch64_AM::ShiftExtendType ShType = getShiftTypeForInst(*ShiftInst);
4690 if (ShType == AArch64_AM::InvalidShiftExtend)
4708 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val);

Completed in 104 milliseconds