Searched refs:NumOfSelectInsts (Results 1 – 1 of 1) sorted by relevance
2370 unsigned NumOfSelectInsts = 0; in SelectAndParts64() local2371 selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts); in SelectAndParts64()2372 assert(NumOfSelectInsts > 0 && "Failed to select an i64 constant."); in SelectAndParts64()2377 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()2601 unsigned NumOfSelectInsts = 0; in Select64() local2603 SDValue(selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts), 0); in Select64()2608 *InstCnt += NumOfSelectInsts + /* and */ 1; in Select64()