Searched refs:isGather (Results 1 – 3 of 3) sorted by relevance
101 const bool isGather = in IsIllegalSample() local116 if (isGather || isGatherCmp) { in IsIllegalSample()122 if ((isGather && numArgs > 3) || (isGatherCmp && numArgs > 4)) in IsIllegalSample()
814 inline bool isGather(IntrinsicInst *IntInst) { in isGather() function845 return isGather(IntInst) || isScatter(IntInst); in isGatherScatter()