Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:cst2

3269                                              const ConstantSDNode *Cst2) {
3270 if (Cst1->isOpaque() || Cst2->isOpaque())
3274 Cst2->getAPIntValue());
3287 const ConstantSDNode *Cst2 = dyn_cast<ConstantSDNode>(N2);
3288 if (!Cst2)
3290 int64_t Offset = Cst2->getSExtValue();
3296 return getGlobalAddress(GA->getGlobal(), SDLoc(Cst2), VT,
3302 SDNode *Cst2) {
3311 if (const ConstantSDNode *Scalar2 = dyn_cast<ConstantSDNode>(Cst2)) {
3321 return FoldSymbolOffset(Opcode, VT, GA, Cst2);
3323 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Cst2))
3329 BuildVectorSDNode *BV2 = dyn_cast<BuildVectorSDNode>(Cst2);