Searched defs:NarrowVT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2218 EVT NarrowVT = Node->getMemoryVT(); local
2220 if (NarrowVT == WideVT)
2223 int64_t BitSize = NarrowVT.getSizeInBits();
2271 NarrowVT, MMO);
2328 EVT NarrowVT = Node->getMemoryVT(); local
2330 if (NarrowVT == WideVT)
2333 int64_t BitSize = NarrowVT.getSizeInBits();
2362 VTList, Ops, NarrowVT, MMO);

Completed in 46 milliseconds