Searched refs:NewInt (Results 1 – 2 of 2) sorted by relevance
555 llvm::APSInt NewInt; in fixAPSInt() local561 NewInt = Int.extend(Ctx.getTypeSize(Ctx.BoolTy)); in fixAPSInt()563 NewInt = Int; in fixAPSInt()565 return std::make_pair(NewInt, getAPSIntType(Ctx, NewInt)); in fixAPSInt()
10933 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local10936 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewInt)); in ReplaceNodeResults()10937 Results.push_back(NewInt.getValue(1)); in ReplaceNodeResults()