Lines Matching refs:LValue
109 class LValue {
295 static LValue MakeAddr(llvm::Value *address, QualType type,
301 LValue R;
309 static LValue MakeVectorElt(llvm::Value *Vec, llvm::Value *Idx, in MakeVectorElt()
311 LValue R; in MakeVectorElt()
319 static LValue MakeExtVectorElt(llvm::Value *Vec, llvm::Constant *Elts, in MakeExtVectorElt()
321 LValue R; in MakeExtVectorElt()
335 static LValue MakeBitfield(llvm::Value *Addr, in MakeBitfield()
338 LValue R; in MakeBitfield()
346 static LValue MakeGlobalReg(llvm::Value *Reg, in MakeGlobalReg()
349 LValue R; in MakeGlobalReg()
441 static AggValueSlot forLValue(const LValue &LV,