Searched refs:LI2 (Results 1 – 2 of 2) sorted by relevance
551 LoadInst *LI2 = B.CreateLoad(B.getInt8PtrTy(), AI, true); in InsertStackProtectors() local552 Value *Cmp = B.CreateICmpEQ(Guard, LI2); in InsertStackProtectors()
981 auto *LI2 = dyn_cast<LoadInst>(V2); in getShallowScore() local982 if (LI1 && LI2) { in getShallowScore()983 if (LI1->getParent() != LI2->getParent()) in getShallowScore()987 getPointersDiff(LI1->getPointerOperand(), LI2->getPointerOperand(), in getShallowScore()