Searched refs:BigVT (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7043 EVT BigVT = V->getOperand(0).getValueType(); local
7045 if (NVT != SmallVT || NVT.getSizeInBits()*2 != BigVT.getSizeInBits())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13221 EVT BigVT = V->getOperand(0).getValueType(); local
13223 if (!NVT.bitsEq(SmallVT) || NVT.getSizeInBits()*2 != BigVT.getSizeInBits())

Completed in 279 milliseconds