Searched refs:OffsetsInst (Results 1 – 1 of 1) sorted by relevance
6080 auto *OffsetsInst = cast<Instruction>(Offsets); in shouldSinkVectorOfPtrs() local6081 if (OffsetsInst->getType()->getScalarSizeInBits() > 32 && in shouldSinkVectorOfPtrs()6082 OffsetsInst->getOperand(0)->getType()->getScalarSizeInBits() <= 32) in shouldSinkVectorOfPtrs()