Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5432 SmallVector<SDValue, 2> CatOps; in IsNOT() local
5433 if (collectConcatOps(V.getNode(), CatOps, DAG)) { in IsNOT()
5434 for (SDValue &CatOp : CatOps) { in IsNOT()
5440 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(V), VT, CatOps); in IsNOT()