Searched defs:resType (Results 1 – 4 of 4) sorted by relevance
468 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberCalculate() local1218 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitTypeConvert() local1251 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberMod() local
583 PrimType resType = intrnNode.GetPrimType(); /* uint32_t result */ in HandleVectorSubWiden() local592 PrimType resType = intrnNode.GetPrimType(); /* uint32_t result */ in HandleVectorSum() local
832 RegOperand *X64CGFunc::SelectVectorSubWiden(PrimType resType, Operand *o1, PrimType otyp1, Operand … in SelectVectorSubWiden()
12559 RegOperand *AArch64CGFunc::SelectVectorSubWiden(PrimType resType, Operand *o1, PrimType otyp1, Oper… in SelectVectorSubWiden()