Searched refs:IsConstM5 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp7836 bool IsConstM5 = E->getArg(2)->isIntegerConstantExpr(M5, getContext()); local
7837 assert(IsConstM4 && IsConstM5 && "Constant arg isn't actually constant?");
7838 (void)IsConstM4; (void)IsConstM5;

Completed in 62 milliseconds