Searched refs:ThisValue (Results 1 – 3 of 3) sorted by relevance
174 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} in Kind()177 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { in Kind()195 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue()197 virtual llvm::Value *getContextValue() const { return ThisValue; } in getContextValue()230 llvm::Value *ThisValue; variable
1893 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument1895 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
990 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local991 if (LateMask && !ThisValue) { in collectBitGroups()992 ThisValue = LastValue; in collectBitGroups()1002 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1009 LastValue = ThisValue; in collectBitGroups()