Searched defs:orInst (Results 1 – 3 of 3) sorted by relevance
283 … auto orInst = graph->CreateInstOr(DataType::BOOL, intrinsic->GetPc(), compareNull, compareUndef); in ReplaceWithCompareNullish() local
545 auto orInst = notInst->GetInput(0U).GetInst(); in TEST_F() local1517 auto orInst = INS(8U).GetInput(0U).GetInst(); in TEST_F() local
768 auto orInst = CreateAndInsertInst(Opcode::Or, inst, notInput0, notInput1); in VisitAnd() local