Searched refs:LI2 (Results 1 – 2 of 2) sorted by relevance
234 LoadInst *LI2 = new LoadInst(AI, "", true, BB); in InsertStackProtectors() local235 ICmpInst *Cmp = new ICmpInst(*BB, CmpInst::ICMP_EQ, LI1, LI2, ""); in InsertStackProtectors()
427 LoadInst *LI2 = B.CreateLoad(AI, true); in InsertStackProtectors() local428 Value *Cmp = B.CreateICmpEQ(Guard, LI2); in InsertStackProtectors()