reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
394 assert(Ty == RHS->getType() && "expandCheck operands have different types?"); 396 if (SE->isLoopInvariant(LHS, L) && SE->isLoopInvariant(RHS, L)) { 398 if (SE->isLoopEntryGuardedByCond(L, Pred, LHS, RHS)) 401 LHS, RHS)) 406 Value *RHSV = Expander.expandCodeFor(RHS, Ty, findInsertPt(Guard, {RHS})); 406 Value *RHSV = Expander.expandCodeFor(RHS, Ty, findInsertPt(Guard, {RHS}));