Searched refs:NumOfSelectInsts (Results 1 – 1 of 1) sorted by relevance
2379 unsigned NumOfSelectInsts = 0; in SelectAndParts64() local2380 selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts); in SelectAndParts64()2381 assert(NumOfSelectInsts > 0 && "Failed to select an i64 constant."); in SelectAndParts64()2386 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()2610 unsigned NumOfSelectInsts = 0; in Select64() local2612 SDValue(selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts), 0); in Select64()2617 *InstCnt += NumOfSelectInsts + /* and */ 1; in Select64()