Searched refs:EmitConstantValue (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1251 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()
|
D | CodeGenModule.h | 915 llvm::Constant *EmitConstantValue(const APValue &Value, QualType DestType,
|
D | CGExpr.cpp | 1177 llvm::Constant *C = CGM.EmitConstantValue(result.Val, resultType, this); in tryEmitAsConstant() 2092 CGM.EmitConstantValue(*VD->evaluateValue(), VD->getType(), this); in EmitDeclRefLValue()
|
D | CodeGenModule.cpp | 3581 InitialValue = EmitConstantValue(*Value, MaterializedType, nullptr); in GetAddrOfGlobalTemporary()
|