Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30825 unsigned InputBits = OpEltVT.getSizeInBits() * VT.getVectorNumElements(); in combineVZext() local
30859 if (InnerEltVT.getSizeInBits() < InputBits) in combineVZext()
30873 V.getOperand(0).getSimpleValueType().getSizeInBits() == InputBits) { in combineVZext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39275 unsigned InputBits = OpEltSizeInBits * NumElts; in combineVSZext() local
39313 if (InnerEltVT.getSizeInBits() < InputBits) in combineVSZext()
39329 V.getOperand(0).getSimpleValueType().getSizeInBits() == InputBits) { in combineVSZext()