Lines Matching refs:Not
161 unsigned getRegForI1Value(const Value *V, const BasicBlock *BB, bool &Not);
424 bool &Not) { in getRegForI1Value() argument
429 Not = ICmp->isTrueWhenEqual(); in getRegForI1Value()
433 Not = false; in getRegForI1Value()
912 bool Not; in selectSelect() local
914 getRegForI1Value(Select->getCondition(), I->getParent(), Not); in selectSelect()
926 if (Not) in selectSelect()
1100 bool Not = false; in selectFCmp() local
1122 Not = true; in selectFCmp()
1126 Not = true; in selectFCmp()
1130 Not = true; in selectFCmp()
1134 Not = true; in selectFCmp()
1145 if (Not) in selectFCmp()
1313 bool Not; in selectBr() local
1314 unsigned CondReg = getRegForI1Value(Br->getCondition(), Br->getParent(), Not); in selectBr()
1319 if (Not) in selectBr()