Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BuildVectorSDNode

1359 /// BuildVectorSDNode - A "pseudo-class" with methods for operating on
1361 class BuildVectorSDNode : public SDNode {
1363 explicit BuildVectorSDNode(); // Do not implement
1378 static inline bool classof(const BuildVectorSDNode *) { return true; }