Searched defs:ShVal (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp194 Value *ShVal = ConstantInt::get(V->getType(), i); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp484 T *ShVal = Helper.CreateShl( local
492 T *ShVal = Helper.CreateShl(Val, ConstantInt::get(Val->getType(), 1 * 8)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1424 Value *ShAmt = CIV, *ShVal = Op; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp353 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt); local
474 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1988 SDValue ShVal = N.getOperand(0); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1817 uint64_t ShVal = ShAmtC->getZExtValue(); local
1914 unsigned ShVal = Op.getValueSizeInBits() - 1; local

Completed in 302 milliseconds