Home
last modified time | relevance | path

Searched defs:BVec (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1969 SDValue BVec = DAG.getBitcast(EVT::getVectorVT(Context, VT, 1), Op0); in LowerOperation() local
4838 SDValue BVec = DAG.getBitcast(EVT::getVectorVT(Context, VT, 1), Op0); in ReplaceNodeResults() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5612 auto *BVec = dyn_cast<BuildVectorSDNode>(N1); in visitAND() local