Searched refs:compCount (Results 1 – 2 of 2) sorted by relevance
19 int32_t compCount = 0; in func() local20 …if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // werror-error {{call to un… in func()
158 def OpTypeVector: Op<23, (outs TYPE:$type), (ins TYPE:$compType, i32imm:$compCount),159 "$type = OpTypeVector $compType $compCount">;