Lines Matching refs:Not
160 unsigned getRegForI1Value(const Value *V, const BasicBlock *BB, bool &Not);
423 bool &Not) { in getRegForI1Value() argument
428 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
432 Not = false; in getRegForI1Value()
911 bool Not; in selectSelect() local
913 getRegForI1Value(Select->getCondition(), I->getParent(), Not); in selectSelect()
925 if (Not) in selectSelect()
1099 bool Not = false; in selectFCmp() local
1121 Not = true; in selectFCmp()
1125 Not = true; in selectFCmp()
1129 Not = true; in selectFCmp()
1133 Not = true; in selectFCmp()
1144 if (Not) in selectFCmp()
1312 bool Not; in selectBr() local
1313 unsigned CondReg = getRegForI1Value(Br->getCondition(), Br->getParent(), Not); in selectBr()
1318 if (Not) in selectBr()