Searched refs:NumOfSelectInsts (Results 1 – 1 of 1) sorted by relevance
2556 unsigned NumOfSelectInsts = 0; in SelectAndParts64() local2557 selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts); in SelectAndParts64()2558 assert(NumOfSelectInsts > 0 && "Failed to select an i64 constant."); in SelectAndParts64()2563 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()2787 unsigned NumOfSelectInsts = 0; in Select64() local2789 SDValue(selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts), 0); in Select64()2794 *InstCnt += NumOfSelectInsts + /* and */ 1; in Select64()