Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2093 bool NeedsBitCast = false; in VisitCastExpr() local
2100 NeedsBitCast = true; in VisitCastExpr()
2107 if (NeedsBitCast) in VisitCastExpr()