Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBuiltin.cpp7835 bool IsConstM4 = E->getArg(1)->isIntegerConstantExpr(M4, getContext()); in EmitSystemZBuiltinExpr() local
7837 assert(IsConstM4 && IsConstM5 && "Constant arg isn't actually constant?"); in EmitSystemZBuiltinExpr()
7838 (void)IsConstM4; (void)IsConstM5; in EmitSystemZBuiltinExpr()