Searched refs:canFoldAddIntoGEP (Results 1 – 8 of 8) sorted by relevance
487 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
296 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
502 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
360 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
2260 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
757 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
921 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
652 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()