Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Invert

189   Value *invert(Value *Condition);
191 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
310 /// \brief Invert the given condition
311 Value *StructurizeCFG::invert(Value *Condition) {
327 // Third: Check all the users for an invert
345 llvm_unreachable("Unhandled condition to invert");
350 bool Invert) {
351 Value *Cond = Invert ? BoolFalse : BoolTrue;
355 if (Idx != (unsigned)Invert)
356 Cond = invert(Cond);