Lines Matching refs:isIntExtFree
265 static bool isIntExtFree(const Instruction *I) { in isIntExtFree() function
673 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
678 if (!isIntExtFree(SE) && SE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
756 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
761 if (!isIntExtFree(SE) && SE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
812 if (!isIntExtFree(ZE) && ZE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
817 if (!isIntExtFree(SE) && SE->getOperand(0)->getType()->isIntegerTy(32)) { in computeAddress()
4508 if (!isIntExtFree(ZExt)) { in selectMul()
4517 if (!isIntExtFree(SExt)) { in selectMul()
4575 if (!isIntExtFree(ZExt)) { in selectShift()
4584 if (!isIntExtFree(SExt)) { in selectShift()