Searched defs:ExtAddrMode (Results 1 – 1 of 1) sorted by relevance
2179 struct ExtAddrMode : public TargetLowering::AddrMode { struct2180 Value *BaseReg = nullptr;2181 Value *ScaledReg = nullptr;2182 Value *OriginalValue = nullptr;2183 bool InBounds = true;2185 enum FieldName {2201 FieldName compare(const ExtAddrMode &other) { in compare()2241 bool isTrivial() { in isTrivial()2249 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()2264 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()