Searched defs:newCnst (Results 1 – 4 of 4) sorted by relevance
271 ConstantInst *newCnst = nullptr; in ConstFoldingNeg() local298 ConstantInst *newCnst = nullptr; in ConstFoldingAbs() local333 …auto newCnst = ConstFoldingCreateIntConst(inst, ConvertIntToInt(~cnst->GetIntValue(), inst->GetTyp… in ConstFoldingNot() local349 ConstantInst *newCnst = nullptr; in ConstFoldingAdd() local379 ConstantInst *newCnst = nullptr; in ConstFoldingSub() local399 auto newCnst = ConstFoldingCreateIntConst(inst, 0); in ConstFoldingSub() local412 ConstantInst *newCnst = nullptr; in ConstFoldingMul() local507 ConstantInst *newCnst = nullptr; in ConstFoldingDiv() local553 ConstantInst *newCnst = nullptr; in ConstFoldingMin() local601 ConstantInst *newCnst = nullptr; in ConstFoldingMax() local[all …]
81 auto newCnst = graph->FindOrCreateConstant(0); in TryEliminateIsInstance() local88 auto newCnst = graph->FindOrCreateConstant(true); in TryEliminateIsInstance() local117 auto newCnst = graph->FindOrCreateConstant(result); in TryEliminateIsInstance() local
633 auto newCnst = graph->FindOrCreateConstant(mask); in VisitShr() local2168 auto *newCnst = graph->FindOrCreateConstant(static_cast<int32_t>(value)); in TryReplaceFloatConstToIntConst() local2185 auto *newCnst = graph->FindOrCreateConstant(static_cast<int64_t>(value)); in TryReplaceFloatConstToIntConst() local2368 ConstantInst *newCnst = nullptr; in TryCombineConst() local2421 auto newCnst = ConstFoldingCreateIntConst(inst, std::min(newValue, sizeMask)); in TryCombineShiftConst() local2426 auto newCnst = ConstFoldingCreateIntConst(inst, 0); in TryCombineShiftConst() local
614 Inst *newCnst = nullptr; in Clone() local