Searched defs:EmitLoadOfScalar (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExpr.cpp858 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue) { function in class:CodeGenFunction
859 return EmitLoadOfScalar(lvalue.getAddress(), lvalue.isVolatile(),
916 llvm::Value *CodeGenFunction::EmitLoadOfScalar(llvm::Value *Addr, bool Volatile, function in class:CodeGenFunction
1000 return RValue::get(EmitLoadOfScalar(LV));
2841 return RValue::get(CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(Dest, Ty)));

Completed in 64 milliseconds