Searched refs:canFoldAddIntoGEP (Results 1 – 8 of 8) sorted by relevance
486 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
295 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
506 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
2262 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
361 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
759 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
928 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
628 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()