Searched refs:TempI (Results 1 – 2 of 2) sorted by relevance
7401 for (auto TempI = I; TempI != CE; ++TempI) { local7403 dyn_cast<MemberExpr>(TempI->getAssociatedExpression());
32029 Instruction *TempI = nullptr; in emitCmpArithAtomicRMWIntrinsic() local32033 TempI = AI->user_back(); in emitCmpArithAtomicRMWIntrinsic()32034 assert(TempI->hasOneUse() && "Must have one use"); in emitCmpArithAtomicRMWIntrinsic()32035 ICI = cast<ICmpInst>(TempI->user_back()); in emitCmpArithAtomicRMWIntrinsic()32083 if (TempI) in emitCmpArithAtomicRMWIntrinsic()32084 TempI->eraseFromParent(); in emitCmpArithAtomicRMWIntrinsic()