Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2854 class TypePromotionAction { class in __anon01de4a8e0a11::TypePromotionTransaction
2864 virtual ~TypePromotionAction() = default;
2964 : TypePromotionAction(Inst), Idx(Idx) { in OperandSetter()
3013 class TruncBuilder : public TypePromotionAction {
3039 class SExtBuilder : public TypePromotionAction {
3047 : TypePromotionAction(InsertPt) { in SExtBuilder()
3065 class ZExtBuilder : public TypePromotionAction {
3073 : TypePromotionAction(InsertPt) { in ZExtBuilder()
3092 class TypeMutator : public TypePromotionAction {
3114 class UsesReplacer : public TypePromotionAction {
[all …]