Home
last modified time | relevance | path

Searched refs:NewInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h555 llvm::APSInt NewInt; in fixAPSInt() local
561 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10933 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0), in ReplaceNodeResults() local
10936 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewInt)); in ReplaceNodeResults()
10937 Results.push_back(NewInt.getValue(1)); in ReplaceNodeResults()