Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp12305 bool IsConstM4 = E->getArg(1)->isIntegerConstantExpr(M4, getContext()); in EmitSystemZBuiltinExpr() local
12307 assert(IsConstM4 && IsConstM5 && "Constant arg isn't actually constant?"); in EmitSystemZBuiltinExpr()
12308 (void)IsConstM4; (void)IsConstM5; in EmitSystemZBuiltinExpr()
12352 bool IsConstM4 = E->getArg(2)->isIntegerConstantExpr(M4, getContext()); in EmitSystemZBuiltinExpr() local
12353 assert(IsConstM4 && "Constant arg isn't actually constant?"); in EmitSystemZBuiltinExpr()
12354 (void)IsConstM4; in EmitSystemZBuiltinExpr()
12382 bool IsConstM4 = E->getArg(2)->isIntegerConstantExpr(M4, getContext()); in EmitSystemZBuiltinExpr() local
12383 assert(IsConstM4 && "Constant arg isn't actually constant?"); in EmitSystemZBuiltinExpr()
12384 (void)IsConstM4; in EmitSystemZBuiltinExpr()