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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1348 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *Value, Address Addr, function in class:CodeGenFunction
1404 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue, function in class:CodeGenFunction
1406 EmitStoreOfScalar(value, lvalue.getAddress(), lvalue.isVolatile(),
1654 EmitStoreOfScalar(Src.getScalarVal(), Dst, isInit);

Completed in 428 milliseconds