Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3176.chain44 ogBhaaropfU6mx4bWrx9RwDXkxD09U6wmWqctenlSzQVnlB5N6tb2H6CiBy+5uOp
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst535 the Dispatch Width (2.00), and the theoretical maximum uOp throughput (1.50) is
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14587 if (UnaryOperator* uOp = dyn_cast<UnaryOperator>(op)) { in CheckAddressOfOperand() local
14588 if (uOp->getOpcode() == UO_Deref) in CheckAddressOfOperand()
14591 return uOp->getSubExpr()->getType(); in CheckAddressOfOperand()