Lines Matching refs:LValue
152 class LValue {
371 static LValue MakeAddr(Address address, QualType type,
378 LValue R;
386 static LValue MakeVectorElt(Address vecAddress, llvm::Value *Idx, in MakeVectorElt()
388 LValue R; in MakeVectorElt()
397 static LValue MakeExtVectorElt(Address vecAddress, llvm::Constant *Elts, in MakeExtVectorElt()
399 LValue R; in MakeExtVectorElt()
414 static LValue MakeBitfield(Address Addr, in MakeBitfield()
418 LValue R; in MakeBitfield()
426 static LValue MakeGlobalReg(Address Reg, QualType type) { in MakeGlobalReg()
427 LValue R; in MakeGlobalReg()
524 static AggValueSlot forLValue(const LValue &LV,