Searched refs:EmitConstantValue (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp461 assert(EltInit && "EmitConstantValue can't fail");
1034 C = EmitConstantValue(Result.Val, DestType, CGF);
1045 llvm::Constant *CodeGenModule::EmitConstantValue(const APValue &Value, function in class:CodeGenModule
1222 llvm::Constant *C = EmitConstantValue(Value, DestType, CGF);
H A DCodeGenModule.h873 llvm::Constant *EmitConstantValue(const APValue &Value, QualType DestType,
H A DCGExpr.cpp978 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this);
1840 CGM.EmitConstantValue(*VD->evaluateValue(), VD->getType(), this);
H A DCodeGenModule.cpp2931 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr);

Completed in 167 milliseconds