Searched refs:TempOtherOp (Results 1 – 1 of 1) sorted by relevance
12112 auto TempOtherOp = peekThroughBitcasts(OtherOp); in hasNon16BitAccesses() local12115 TempOtherOp.getValueSizeInBits() == 16 || isExtendedFrom16Bits(TempOp); in hasNon16BitAccesses()12119 auto OtherOpIs16Bit = TempOtherOp.getValueSizeInBits() == 16 || in hasNon16BitAccesses()12120 isExtendedFrom16Bits(TempOtherOp); in hasNon16BitAccesses()