Lines Matching defs:Not
161 unsigned getRegForI1Value(const Value *V, const BasicBlock *BB, bool &Not);
436 bool &Not) {
441 Not = ICmp->isTrueWhenEqual();
445 Not = false;
923 bool Not;
925 getRegForI1Value(Select->getCondition(), I->getParent(), Not);
937 if (Not)
1115 bool Not = false;
1137 Not = true;
1141 Not = true;
1145 Not = true;
1149 Not = true;
1160 if (Not)
1328 bool Not;
1329 unsigned CondReg = getRegForI1Value(Br->getCondition(), Br->getParent(), Not);
1334 if (Not)