/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 409 Value *NewC = Builder.CreateBinOp(I.getOpcode(), C, C1); in commonShiftTransforms() local 440 Constant *NewC = ConstantInt::get(Ty, I.getOpcode() == Instruction::Shl in commonShiftTransforms() local 1125 auto *NewC = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C1); in visitShl() local 1256 auto *NewC = ConstantInt::get( in visitLShr() local
|
H A D | InstCombineCompares.cpp | 1896 Constant *NewC = ConstantInt::get(Or->getType(), C ^ (*MaskC)); in foldICmpOrConstant() local 1908 Constant *NewC = ConstantInt::get(X->getType(), TrueIfSigned ? 1 : 0); in foldICmpOrConstant() local 1980 Constant *NewC = ConstantInt::get(MulTy, C.sdiv(*MulC)); in foldICmpMulConstant() local 1985 Constant *NewC = ConstantInt::get(MulTy, C.udiv(*MulC)); in foldICmpMulConstant() local 1994 Constant *NewC = nullptr; in foldICmpMulConstant() local 2197 Constant *NewC = in foldICmpShlConstant() local 2243 Constant *NewC = ConstantInt::get(Shr->getType(), CmpLZ - ShiftLZ); in foldICmpShrConstant() local 2733 APInt NewC = in foldICmpAddConstant() local 3060 Value *NewC = ConstantInt::get(EltTy, C->trunc(EltTy->getBitWidth())); in foldICmpBitCast() local 5813 Constant *NewC = ConstantExpr::getAdd(C, OneOrNegOne); in getFlippedStrictnessPredicateAndConstant() local [all …]
|
H A D | InstCombineSimplifyDemanded.cpp | 625 Constant *NewC = ConstantExpr::getShl(C, LeftShiftAmtC); in SimplifyDemandedUseBits() local 704 Constant *NewC = ConstantExpr::getLShr(C, RightShiftAmtC); in SimplifyDemandedUseBits() local
|
H A D | InstCombineAddSub.cpp | 824 Constant *NewC = in foldNoWrapAdd() local 834 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() local 841 Constant *NewC = ConstantExpr::getAdd(WideC, Op1C); in foldNoWrapAdd() local
|
H A D | InstCombineMulDivRem.cpp | 299 Value *NewC = Builder.CreateMul(C1, MulC); in visitMul() local 1514 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
|
H A D | InstCombineVectorOps.cpp | 2139 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() local 2271 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle() local
|
H A D | InstCombineAndOrXor.cpp | 1200 APInt NewC, Offset; in foldAndOrOfICmpsUsingRanges() local 1711 Value *NewC = ConstantExpr::getTrunc(C, X->getType()); in narrowMaskedBinOp() local 1993 Constant *NewC = ConstantInt::get(Ty, *C & *XorC); in visitAnd() local
|
H A D | InstCombineCalls.cpp | 1008 Constant *NewC = ConstantExpr::getSelect(CondC, C0, C1); in reassociateMinMaxWithConstants() local 1653 APInt NewC = in visitCallInst() local
|
H A D | InstructionCombining.cpp | 1343 Constant *NewC = ConstantFoldBinaryOpOperands(BO.getOpcode(), C0, C1, DL); in foldBinopWithPhiOperands() local 1832 Constant *NewC = ConstantVector::get(NewVecC); in foldVectorBinop() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1628 SCC *NewC = nullptr; in addSplitFunction() local 1746 SCC *NewC = createSCC(*NewRC, SmallVector<Node *, 1>({&NewN})); in addSplitRefRecursiveFunctions() local
|
H A D | ConstantFolding.cpp | 1130 Constant *NewC = OldC; in ConstantFoldConstantImpl() local
|
H A D | InstructionSimplify.cpp | 4674 SmallVector<Constant *, 16> NewC; in simplifySelectInst() local 5304 SmallVector<Constant *, 32> NewC(NumElts); in propagateNaN() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Constants.cpp | 769 SmallVector<Constant *, 32> NewC(NumElts); in replaceUndefsWith() local 799 SmallVector<Constant *, 32> NewC(NumElts); in mergeUndefsWith() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1233 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt() local
|
H A D | GlobalOpt.cpp | 842 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2403 if (SDValue NewC = DAG.FoldConstantArithmetic( in foldAddSubOfSignBit() local 3553 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::SUB, DL, VT, {N01, N1})) in visitSUB() local 3560 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::SUB, DL, VT, {N0, N11})) in visitSUB() local 3567 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::ADD, DL, VT, {N01, N1})) in visitSUB() local 3574 if (SDValue NewC = DAG.FoldConstantArithmetic(ISD::SUB, DL, VT, {N00, N1})) in visitSUB() local 15314 SDValue NewC = DAG.getNode(ISD::FADD, DL, VT, N0.getOperand(1), N1); in visitFADD() local
|
H A D | TargetLowering.cpp | 529 SDValue NewC = TLO.DAG.getConstant(DemandedBits & C, DL, VT); in ShrinkDemandedConstant() local 4893 APInt NewC = C1; in SimplifySetCC() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 2361 CycleType NewC(C.begin() + LogPos, C.end()); in perfect() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3686 OMPClause *NewC = SemaRef.ActOnOpenMPMapClause( in VisitOMPDeclareMapperDecl() local
|
H A D | TreeTransform.h | 10957 ExprResult NewC = getDerived().TransformExpr(C); in TransformRecoveryExpr() local 13351 TransformedInitCapture &NewC = InitCaptures[C - E->capture_begin()]; in TransformLambdaExpr() local
|
H A D | SemaTemplate.cpp | 8043 const Expr *NewC = nullptr, *OldC = nullptr; in MatchTemplateParameterKind() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2628 Comparison NewC(C); in adjustForTestUnderMask() local
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10729 SDValue NewC = TLO.DAG.getConstant(NewMask, DL, Op.getValueType()); in targetShrinkDemandedConstant() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 20008 SDValue NewC = TLO.DAG.getConstant(NewMask, DL, VT); in targetShrinkDemandedConstant() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 37753 SDValue NewC = in targetShrinkDemandedConstant() local 37805 SDValue NewC = TLO.DAG.getConstant(ZeroExtendMask, DL, VT); in targetShrinkDemandedConstant() local
|