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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp918 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue) { function in class:CodeGenFunction
919 return EmitLoadOfScalar(lvalue.getAddress(), lvalue.isVolatile(),
974 llvm::Value *CodeGenFunction::EmitLoadOfScalar(llvm::Value *Addr, bool Volatile, function in class:CodeGenFunction
1138 return RValue::get(EmitLoadOfScalar(LV));
3010 return RValue::get(CGF.EmitLoadOfScalar(CGF.MakeAddrLValue(Dest, Ty)));

Completed in 74 milliseconds