Home
last modified time | relevance | path

Searched refs:LI2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp551 LoadInst *LI2 = B.CreateLoad(B.getInt8PtrTy(), AI, true); in InsertStackProtectors() local
552 Value *Cmp = B.CreateICmpEQ(Guard, LI2); in InsertStackProtectors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp981 auto *LI2 = dyn_cast<LoadInst>(V2); in getShallowScore() local
982 if (LI1 && LI2) { in getShallowScore()
983 if (LI1->getParent() != LI2->getParent()) in getShallowScore()
987 getPointersDiff(LI1->getPointerOperand(), LI2->getPointerOperand(), in getShallowScore()