Home
last modified time | relevance | path

Searched refs:SVTBits (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23347 unsigned SVTBits = SVT.getSizeInBits(); in convertShiftLeftToScale() local
23348 APInt One(SVTBits, 1); in convertShiftLeftToScale()
23359 APInt C(SVTBits, ND->getAPIntValue().getZExtValue()); in convertShiftLeftToScale()
23361 if (ShAmt >= SVTBits) { in convertShiftLeftToScale()