Searched refs:ThisValue (Results 1 – 4 of 4) sorted by relevance
115 auto EC = Extract(IterRef, ThisLen, ThisValue);144 return ThisValue;157 auto EC = Extract(IterRef, ThisLen, ThisValue);187 ValueType ThisValue; variable
180 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} in Kind()183 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { in Kind()203 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue()205 virtual llvm::Value *getContextValue() const { return ThisValue; } in getContextValue()237 llvm::Value *ThisValue; variable
2038 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument2040 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
1046 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local1047 if (LateMask && !ThisValue) { in collectBitGroups()1048 ThisValue = LastValue; in collectBitGroups()1058 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1065 LastValue = ThisValue; in collectBitGroups()