Searched refs:canFoldAddIntoGEP (Results 1 – 8 of 8) sorted by relevance
494 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
300 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
502 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
360 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
2380 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
757 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
928 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
656 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()