Home
last modified time | relevance | path

Searched refs:shouldDecay (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.cpp34 bool shouldDecay) { in getArrayElement() argument
36 if (shouldDecay) in getArrayElement()
H A DCIRGenExpr.cpp744 bool shouldDecay) { in emitArraySubscriptPtr() argument
750 shouldDecay); in emitArraySubscriptPtr()
757 mlir::Location loc, bool shouldDecay) { in emitArraySubscriptPtr() argument
774 addr.getElementType(), idx, shouldDecay); in emitArraySubscriptPtr()
H A DCIRGenBuilder.h402 bool shouldDecay);