Searched refs:NewConst (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp463 auto *NewConst = ConstantInt::get(Ctx, Const->getValue().abs()); local
465 Value *NewVal = Builder.CreateSub(I->getOperand(0), NewConst);
537 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); local
538 I->setOperand(i, NewConst);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1826 uint64_t NewConst = V.getConstantOperandVal(i) >> Amount; local
1827 return (NewConst == 1);
1842 uint64_t NewConst = V.getConstantOperandVal(i) >> Power; local
1843 if (NewConst == 1)
1845 Ops[i] = CurDAG->getConstant(NewConst,
H A DHexagonISelLowering.cpp947 SmallVector<Constant *, 128> NewConst; local
965 NewConst.push_back(IRB.getInt8(x));
967 return ConstantVector::get(NewConst);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3189 SDValue NewConst = DAG.getConstant(ShiftAmt - 32, SL, MVT::i32); local
3190 SDValue NewShift = DAG.getNode(ISD::SRL, SL, MVT::i32, Hi, NewConst);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3404 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); local
3407 NewConst, Cond);

Completed in 144 milliseconds