Searched refs:IsMathType (Results 1 – 8 of 8) sorted by relevance
36 bool LocalSingleBlockLoadStoreElimPass::IsMathType( in IsMathType() function in spvtools::opt::LocalSingleBlockLoadStoreElimPass53 if (IsMathType(typeInst)) in IsTargetType()56 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()63 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
38 bool LocalAccessChainConvertPass::IsMathType( in IsMathType() function in spvtools::opt::LocalAccessChainConvertPass55 if (IsMathType(typeInst)) in IsTargetType()58 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()65 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
41 bool LocalSingleStoreElimPass::IsMathType( in IsMathType() function in spvtools::opt::LocalSingleStoreElimPass58 if (IsMathType(typeInst)) in IsTargetType()61 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()68 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
49 bool IsMathType(const ir::Instruction* typeInst) const;
46 bool LocalMultiStoreElimPass::IsMathType( in IsMathType() function in spvtools::opt::LocalMultiStoreElimPass63 if (IsMathType(typeInst)) in IsTargetType()66 return IsMathType(def_use_mgr_->GetDef(typeInst->GetSingleWordOperand(1))); in IsTargetType()73 if (!IsMathType(compTypeInst)) ++nonMathComp; in IsTargetType()
50 bool IsMathType(const ir::Instruction* typeInst) const;
51 bool IsMathType(const ir::Instruction* typeInst) const;
54 bool IsMathType(const ir::Instruction* typeInst) const;