Searched refs:NewConst (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 465 auto *NewConst = ConstantInt::get(Ctx, Const->getValue().abs()); in PrepareWrappingAdds() local 467 Value *NewVal = Builder.CreateSub(I->getOperand(0), NewConst); in PrepareWrappingAdds() 539 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); in PromoteTree() local 540 I->setOperand(i, NewConst); in PromoteTree()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1832 uint64_t NewConst = V.getConstantOperandVal(i) >> Amount; in willShiftRightEliminate() local 1833 return (NewConst == 1); in willShiftRightEliminate() 1848 uint64_t NewConst = V.getConstantOperandVal(i) >> Power; in factorOutPowerOf2() local 1849 if (NewConst == 1) in factorOutPowerOf2() 1851 Ops[i] = CurDAG->getConstant(NewConst, in factorOutPowerOf2()
|
H A D | HexagonISelLowering.cpp | 1122 SmallVector<Constant*, 128> NewConst; in LowerConstantPool() local 1127 NewConst.push_back(IRB.getInt8(CV->getOperand(i)->isZeroValue())); in LowerConstantPool() 1129 CVal = ConstantVector::get(NewConst); in LowerConstantPool()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 3191 SDValue NewConst = DAG.getConstant(ShiftAmt - 32, SL, MVT::i32); in performSrlCombine() local 3192 SDValue NewShift = DAG.getNode(ISD::SRL, SL, MVT::i32, Hi, NewConst); in performSrlCombine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3743 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC() local 3746 NewConst, Cond); in SimplifySetCC()
|