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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp252 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); local
261 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
304 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector())
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp208 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); local
220 if (NOutVT.bitsEq(NInVT))
254 if (OutVT.bitsEq(NInVT))

Completed in 310 milliseconds