Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20074 unsigned SVTBits = SVT.getSizeInBits(); in LowerShift() local
20075 APInt One(SVTBits, 1); in LowerShift()
20086 APInt C(SVTBits, ND->getAPIntValue().getZExtValue()); in LowerShift()
20088 if (ShAmt >= SVTBits) { in LowerShift()