Searched refs:pfnCttz (Results 1 – 1 of 1) sorted by relevance
1485 …Function* pfnCttz = Intrinsic::getDeclaration(mpJitMgr->mpCurrentModule, Intrinsic::cttz, { mInt32… in SCATTERPS() local1491 Value* pIndex = CALL(pfnCttz, { pMask, C(false) }); in SCATTERPS()1528 Value* pNewIndex = CALL(pfnCttz, { pNewMask, C(false) }); in SCATTERPS()