Searched refs:argInst (Results 1 – 8 of 8) sorted by relevance
58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
3151 if (GenIntrinsicInst * argInst = dyn_cast<GenIntrinsicInst>(genInst->getOperand(0))) in VMECoalescePattern() local3153 if (IsCoalesced(argInst)) in VMECoalescePattern()3158 switch (argInst->getIntrinsicID()) in VMECoalescePattern()3166 bool OneUse = argInst->hasOneUse(); in VMECoalescePattern()3170 return (argInst->getParent() == genInst->getParent()); in VMECoalescePattern()3177 SmallPtrSet<Value*, 4> Users(argInst->user_begin(), argInst->user_end()); in VMECoalescePattern()3186 if (GII->getParent() != argInst->getParent()) in VMECoalescePattern()3198 auto E = argInst->getParent()->end(); in VMECoalescePattern()3199 for (auto I = argInst->getIterator(); I != E; I++) in VMECoalescePattern()