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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1274 unsigned ShlAmt = ShlOp1.getZExtValue(); local
[all...]
H A DInstCombineShifts.cpp1595 unsigned ShlAmt = ShOp1->getZExtValue(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1999 int ShlAmt = VT.getSizeInBits() - 1 - IPM.Bit; local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3143 unsigned ShlAmt = !IsRight ? ShAmt : BitWidth - ShAmt; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2698 SDValue ShlAmt = Src.getOperand(1); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27312 SDValue ShlAmt = local
[all...]

Completed in 323 milliseconds