Searched refs:NumOfSelectInsts (Results 1 – 1 of 1) sorted by relevance
2543 unsigned NumOfSelectInsts = 0; in SelectAndParts64() local2544 selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts); in SelectAndParts64()2545 assert(NumOfSelectInsts > 0 && "Failed to select an i64 constant."); in SelectAndParts64()2550 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()2774 unsigned NumOfSelectInsts = 0; in Select64() local2776 SDValue(selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts), 0); in Select64()2781 *InstCnt += NumOfSelectInsts + /* and */ 1; in Select64()