Searched refs:ThisValue (Results 1 – 3 of 3) sorted by relevance
177 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} in Kind()180 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { in Kind()198 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } in setContextValue()200 virtual llvm::Value *getContextValue() const { return ThisValue; } in getContextValue()232 llvm::Value *ThisValue; variable
1999 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument2001 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
1050 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local1051 if (LateMask && !ThisValue) { in collectBitGroups()1052 ThisValue = LastValue; in collectBitGroups()1062 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1069 LastValue = ThisValue; in collectBitGroups()