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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp308 Value *ShVal = ConstantInt::get(V->getType(), i); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp483 int ShVal = STI.inMicroMipsMode() ? 2 : 4; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp286 Value *ShVal = Op->getOperand(0); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1018 uint64_t ShVal = ShAmt->getZExtValue(); local
1079 unsigned ShVal = Op.getValueType().getSizeInBits()-1; local
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp270 unsigned ShVal = AArch64_AM::getShifterImm(AArch64_AM::LSL, ShiftAmt); local
352 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1253 Value *ShVal = Builder.CreateShl(Val, NumBytesSet*8); local
1260 Value *ShVal = Builder.CreateShl(Val, 1*8); local
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1181 SDValue ShVal = N.getNode()->getOperand(0); local

Completed in 144 milliseconds