Searched refs:canFoldAddIntoGEP (Results 1 – 8 of 8) sorted by relevance
495 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
294 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
500 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
2324 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
348 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
789 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
928 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
651 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()