Lines Matching refs:LValue
182 class LValue {
350 LValue setKnownNonNull() {
432 static LValue MakeAddr(Address Addr, QualType type, ASTContext &Context,
434 LValue R;
442 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx,
445 LValue R;
452 static LValue MakeExtVectorElt(Address Addr, llvm::Constant *Elts,
455 LValue R;
468 static LValue MakeBitfield(Address Addr, const CGBitFieldInfo &Info,
471 LValue R;
478 static LValue MakeGlobalReg(llvm::Value *V, CharUnits alignment,
480 LValue R;
488 static LValue MakeMatrixElt(Address matAddress, llvm::Value *Idx,
491 LValue R;
602 forLValue(const LValue &LV, IsDestructed_t isDestructed,