Searched refs:TempOtherOp (Results 1 – 1 of 1) sorted by relevance
12882 auto TempOtherOp = peekThroughBitcasts(OtherOp); in hasNon16BitAccesses() local12885 TempOtherOp.getValueSizeInBits() == 16 || isExtendedFrom16Bits(TempOp); in hasNon16BitAccesses()12889 auto OtherOpIs16Bit = TempOtherOp.getValueSizeInBits() == 16 || in hasNon16BitAccesses()12890 isExtendedFrom16Bits(TempOtherOp); in hasNon16BitAccesses()