Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9489 BuildVectorSDNode *Bvec = dyn_cast<BuildVectorSDNode>(PotentialBVec); in isAllConstantBuildVector() local
9490 if (!Bvec) in isAllConstantBuildVector()
9492 ConstantSDNode *FirstElt = dyn_cast<ConstantSDNode>(Bvec->getOperand(0)); in isAllConstantBuildVector()
9495 EVT VT = Bvec->getValueType(0); in isAllConstantBuildVector()
9498 if (dyn_cast<ConstantSDNode>(Bvec->getOperand(i)) != FirstElt) in isAllConstantBuildVector()