Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp502 EVT ExtendTy = cast<VTSDNode>(Op0Op2)->getVT(); in performANDCombine() local
503 unsigned ExtendTySize = ExtendTy.getSizeInBits(); in performANDCombine()
910 EVT ExtendTy = cast<VTSDNode>(Op0Op0->getOperand(2))->getVT(); in performSRACombine() local
911 unsigned TotalBits = ShAmount->getZExtValue() + ExtendTy.getSizeInBits(); in performSRACombine()