Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2613 class TypePromotionAction { class in __anon5386100c0a11::TypePromotionTransaction
2623 virtual ~TypePromotionAction() = default;
2713 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()
2762 class TruncBuilder : public TypePromotionAction {
2788 class SExtBuilder : public TypePromotionAction {
2796 : TypePromotionAction(InsertPt) { in SExtBuilder()
2814 class ZExtBuilder : public TypePromotionAction {
2822 : TypePromotionAction(InsertPt) { in ZExtBuilder()
2841 class TypeMutator : public TypePromotionAction {
2863 class UsesReplacer : public TypePromotionAction {
[all …]