Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9828 BuildVectorSDNode *Bvec = dyn_cast<BuildVectorSDNode>(PotentialBVec); in isAllConstantBuildVector() local
9829 if (!Bvec) in isAllConstantBuildVector()
9831 ConstantSDNode *FirstElt = dyn_cast<ConstantSDNode>(Bvec->getOperand(0)); in isAllConstantBuildVector()
9834 EVT VT = Bvec->getValueType(0); in isAllConstantBuildVector()
9837 if (dyn_cast<ConstantSDNode>(Bvec->getOperand(i)) != FirstElt) in isAllConstantBuildVector()