Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprConstant.cpp1251 C = EmitConstantValue(Result.Val, DestType, CGF); in EmitConstantExpr()
1262 llvm::Constant *CodeGenModule::EmitConstantValue(const APValue &Value, in EmitConstantValue() function in CodeGenModule
1268 auto *Inner = EmitConstantValue(Value, InnerType, CGF); in EmitConstantValue()
1475 llvm::Constant *C = EmitConstantValue(Value, DestType, CGF); in EmitConstantValueForMemory()
DCodeGenModule.h915 llvm::Constant *EmitConstantValue(const APValue &Value, QualType DestType,
DCGExpr.cpp1177 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this); in tryEmitAsConstant()
2092 CGM.EmitConstantValue(*VD->evaluateValue(), VD->getType(), this); in EmitDeclRefLValue()
DCodeGenModule.cpp3581 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr); in GetAddrOfGlobalTemporary()