Searched refs:TETy (Results 1 – 5 of 5) sorted by relevance
893 if (auto *TETy = dyn_cast<TargetExtType>(C->getType())) { in getConstantValue() local894 assert(TETy->hasProperty(TargetExtType::HasZeroInit) && C->isNullValue() && in getConstantValue()896 C = Constant::getNullValue(TETy->getLayoutType()); in getConstantValue()1040 if (auto *TETy = dyn_cast<TargetExtType>(Ty)) in StoreValueToMemory() local1041 Ty = TETy->getLayoutType(); in StoreValueToMemory()1094 if (auto *TETy = dyn_cast<TargetExtType>(Ty)) in LoadValueFromMemory() local1095 Ty = TETy->getLayoutType(); in LoadValueFromMemory()
1035 } else if (TargetExtType *TETy = dyn_cast<TargetExtType>(Ty)) { in getMangledTypeStr() local1037 Result += TETy->getName(); in getMangledTypeStr()1038 for (Type *ParamTy : TETy->type_params()) in getMangledTypeStr()1040 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr()
648 TargetExtType *TETy = cast<TargetExtType>(Ty); in print() local652 for (Type *Inner : TETy->type_params()) in print()654 for (unsigned IntParam : TETy->int_params()) in print()
3181 if (auto *TETy = dyn_cast<TargetExtType>(CurTy)) in parseConstants() local3182 if (!TETy->hasProperty(TargetExtType::HasZeroInit)) in parseConstants()
6180 if (auto *TETy = dyn_cast<TargetExtType>(Ty)) in convertValIDToValue() local6181 if (!TETy->hasProperty(TargetExtType::HasZeroInit)) in convertValIDToValue()