Lines Matching refs:Not
165 unsigned getRegForI1Value(const Value *V, const BasicBlock *BB, bool &Not);
428 bool &Not) { in getRegForI1Value() argument
433 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
437 Not = false; in getRegForI1Value()
915 bool Not; in selectSelect() local
917 getRegForI1Value(Select->getCondition(), I->getParent(), Not); in selectSelect()
929 if (Not) in selectSelect()
1107 bool Not = false; in selectFCmp() local
1129 Not = true; in selectFCmp()
1133 Not = true; in selectFCmp()
1137 Not = true; in selectFCmp()
1141 Not = true; in selectFCmp()
1152 if (Not) in selectFCmp()
1320 bool Not; in selectBr() local
1321 unsigned CondReg = getRegForI1Value(Br->getCondition(), Br->getParent(), Not); in selectBr()
1326 if (Not) in selectBr()