Searched refs:NewInt (Results 1 – 2 of 2) sorted by relevance
538 llvm::APSInt NewInt; in fixAPSInt() local544 NewInt = Int.extend(Ctx.getTypeSize(Ctx.BoolTy)); in fixAPSInt()546 NewInt = Int; in fixAPSInt()548 return std::make_pair(NewInt, getAPSIntType(Ctx, NewInt)); in fixAPSInt()
9712 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local9715 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewInt)); in ReplaceNodeResults()9716 Results.push_back(NewInt.getValue(1)); in ReplaceNodeResults()