Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h202 static bool emitLValueAlignmentAssumption() { return false; } in emitLValueAlignmentAssumption() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1827 assert(!cir::MissingFeatures::emitLValueAlignmentAssumption()); in VisitCallExpr()