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

/openbsd-current/usr.bin/vi/ex/
H A Dex_write.c30 enum which {WN, WQ, WRITE, XIT}; enumerator in enum:which
42 if (exwr(sp, cmdp, WN))
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp752 SmallDenseSet<ElementCount> VN, WN; local
756 WN.insert(T.isVector() ? T.getVectorElementCount() : ElementCount());
758 Changed |= berase_if(VS, std::bind(NoLength, WN, std::placeholders::_1));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5129 bool TargetLowering::isGAPlusOffset(SDNode *WN, const GlobalValue *&GA, argument
5132 SDNode *N = unwrapAddress(SDValue(WN, 0)).getNode();

Completed in 308 milliseconds