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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp571 EVT ExtendTy = cast<VTSDNode>(Op0Op2)->getVT(); local
572 unsigned ExtendTySize = ExtendTy.getSizeInBits();
915 EVT ExtendTy = cast<VTSDNode>(Op0Op0->getOperand(2))->getVT();
916 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits();

Completed in 76 milliseconds