Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Add

42 // takes only one add starting from the second iteration.
86 Add, // B + i * S
160 // Allocate candidates and find bases for Add instructions.
258 if (C.CandidateKind == Candidate::Add)
277 if (C.CandidateKind == Candidate::Add) {
314 // In the above cases, we still add I to the candidate list so that I can be
339 case Instruction::Add:
357 assert(I->getNumOperands() == 2 && "isn't I an add?");
370 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I);
375 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I);
379 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), One, RHS,
608 case Candidate::Add: