Searched refs:canFoldAddIntoGEP (Results 1 – 8 of 8) sorted by relevance
499 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
254 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
465 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
2143 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
373 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
779 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
913 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
569 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()