Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h405 static ConstantEmission forValue(mlir::TypedAttr c) { in forValue() function
H A DCIRGenExpr.cpp1799 return ConstantEmission::forValue(cstToEmit); in tryEmitAsConstant()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4435 static ConstantEmission forValue(llvm::Constant *C) {
H A DCGExpr.cpp1871 return ConstantEmission::forValue(C); in tryEmitAsConstant()