Searched refs:NumOfSelectInsts (Results 1 – 1 of 1) sorted by relevance
2366 unsigned NumOfSelectInsts = 0; in SelectAndParts64() local2367 selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts); in SelectAndParts64()2368 assert(NumOfSelectInsts > 0 && "Failed to select an i64 constant."); in SelectAndParts64()2373 NumAndInsts += NumOfSelectInsts + /* and */ 1; in SelectAndParts64()2597 unsigned NumOfSelectInsts = 0; in Select64() local2599 SDValue(selectI64Imm(CurDAG, dl, Mask, &NumOfSelectInsts), 0); in Select64()2604 *InstCnt += NumOfSelectInsts + /* and */ 1; in Select64()