Searched refs:YIsConstant (Results 1 – 2 of 2) sorted by relevance
15147 bool YIsConstant = DAG.isConstantIntBuildVectorOrConstantInt(Y); in performPtrAddCombine() local15149 if (ZIsConstant != YIsConstant) { in performPtrAddCombine()15153 if (YIsConstant) in performPtrAddCombine()
2697 bool YIsConstant = DAG.isConstantIntBuildVectorOrConstantInt(Y); in visitPTRADD() local2703 if ((YIsConstant && N0OneUse) || (YIsConstant && ZIsConstant)) { in visitPTRADD()