HomeSort by: relevance | last modified time | path
    Searched refs:NewConst (Results 1 - 5 of 5) sorted by relevancy

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

Completed in 34 milliseconds