Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11943 BuildVectorSDNode *Bvec = dyn_cast<BuildVectorSDNode>(PotentialBVec); in isAllConstantBuildVector() local
11944 if (!Bvec) in isAllConstantBuildVector()
11946 ConstantSDNode *FirstElt = dyn_cast<ConstantSDNode>(Bvec->getOperand(0)); in isAllConstantBuildVector()
11949 EVT VT = Bvec->getValueType(0); in isAllConstantBuildVector()
11952 if (dyn_cast<ConstantSDNode>(Bvec->getOperand(i)) != FirstElt) in isAllConstantBuildVector()