Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h614 bool shouldUseTBAA() const { return TBAA != nullptr; } in shouldUseTBAA() function
DCGExpr.cpp3151 if (CGM.shouldUseTBAA()) { in EmitLValueForField()