Lines Matching refs:GetElementPtrInst
102 GetElementPtrInst *GEPA, GetElementPtrInst *GEPB,
104 void transformByteCompare(GetElementPtrInst *GEPA, GetElementPtrInst *GEPB,
315 GetElementPtrInst *GEPA = dyn_cast<GetElementPtrInst>(A); in recognizeByteCompare()
316 GetElementPtrInst *GEPB = dyn_cast<GetElementPtrInst>(B); in recognizeByteCompare()
391 IRBuilder<> &Builder, DomTreeUpdater &DTU, GetElementPtrInst *GEPA, in expandFindMismatch()
392 GetElementPtrInst *GEPB, Instruction *Index, Value *Start, Value *MaxLen) { in expandFindMismatch()
585 cast<GetElementPtrInst>(SVELhsGep)->setIsInBounds(true); in expandFindMismatch()
591 cast<GetElementPtrInst>(SVERhsGep)->setIsInBounds(true); in expandFindMismatch()
669 cast<GetElementPtrInst>(LhsGep)->setIsInBounds(true); in expandFindMismatch()
674 cast<GetElementPtrInst>(RhsGep)->setIsInBounds(true); in expandFindMismatch()
727 GetElementPtrInst *GEPA, GetElementPtrInst *GEPB, PHINode *IndPhi, in transformByteCompare()