Searched refs:IsBaseTargetType (Results 1 – 6 of 6) sorted by relevance
75 bool IsBaseTargetType(const Instruction* typeInst) const;
40 bool MemPass::IsBaseTargetType(const Instruction* typeInst) const { in IsBaseTargetType() function in spvtools::opt::MemPass59 if (IsBaseTargetType(typeInst)) return true; in IsTargetType()