Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12112 auto TempOtherOp = peekThroughBitcasts(OtherOp); in hasNon16BitAccesses() local
12115 TempOtherOp.getValueSizeInBits() == 16 || isExtendedFrom16Bits(TempOp); in hasNon16BitAccesses()
12119 auto OtherOpIs16Bit = TempOtherOp.getValueSizeInBits() == 16 || in hasNon16BitAccesses()
12120 isExtendedFrom16Bits(TempOtherOp); in hasNon16BitAccesses()