Home
last modified time | relevance | path

Searched refs:TypePromotionAction (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2632 class TypePromotionAction { class in __anon78e22a880a11::TypePromotionTransaction
2642 virtual ~TypePromotionAction() = default;
2732 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()
2781 class TruncBuilder : public TypePromotionAction {
2807 class SExtBuilder : public TypePromotionAction {
2815 : TypePromotionAction(InsertPt) { in SExtBuilder()
2833 class ZExtBuilder : public TypePromotionAction {
2841 : TypePromotionAction(InsertPt) { in ZExtBuilder()
2860 class TypeMutator : public TypePromotionAction {
2882 class UsesReplacer : public TypePromotionAction {
[all …]