Lines Matching defs:isSimple
1055 if (!LI->isSimple() || !BaseLI->isSimple())
1138 static bool isSimple(Instruction *I) {
1140 return LI->isSimple();
1142 return SI->isSimple();
1791 if (LI1->getParent() != LI2->getParent() || !LI1->isSimple() ||
1792 !LI2->isSimple())
3829 if (!Loc1.Ptr || !isSimple(Inst1) || !isSimple(Inst2))
5060 if (!L || !L->isSimple())
5494 if (!L || !L->isSimple())
6659 if (SI == nullptr || !SI->isSimple() || SI->getFunction() != F ||
6821 if (R.isDeleted(LI) || R.isVectorized(LI) || !LI->isSimple())
7443 if (LI->isSimple())
7744 return !LI || !LI->isSimple();
7887 if (!SI->isSimple()) {
8949 if (!LI || !LI->isSimple() || !LI->hasNUses(VL.size()))
10096 if (isDeleted(LI) || isVectorized(LI) || !LI->isSimple())
13351 !areAllUsersVectorized(I, UserIgnoreList) && isSimple(I);
19096 if (!SI->isSimple())