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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp162 ZeroState ZS(SR, C.getBlockID(), C.getStackFrame());
163 return C.getState()->contains<DivZeroMap>(ZS);
189 for (const ZeroState &ZS : DivZeroes) {
190 if (ZS.getStackFrameContext() == C.getStackFrame())
191 DivZeroes = F.remove(DivZeroes, ZS);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h269 ZS, member in class:llvm::final::ConstraintCode
521 case ConstraintCode::ZS:
522 return "ZS";
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp78 Z3Sort(Z3Context &C, Z3_sort ZS) : Context(C), Sort(ZS) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h544 return InlineAsm::ConstraintCode::ZS;
H A DSystemZISelDAGToDAG.cpp1774 case InlineAsm::ConstraintCode::ZS:

Completed in 176 milliseconds