reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
203 Type *TyR = R->getType(); 260 if (L->isNullValue() && R->isNullValue()) 262 if (L->isNullValue() && !R->isNullValue()) 264 if (!L->isNullValue() && R->isNullValue()) 268 auto GlobalValueR = const_cast<GlobalValue *>(dyn_cast<GlobalValue>(R)); 273 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) 277 const auto *SeqR = cast<ConstantDataSequential>(R); 292 const APInt &RInt = cast<ConstantInt>(R)->getValue(); 297 const APFloat &RAPF = cast<ConstantFP>(R)->getValueAPF(); 302 const ConstantArray *RA = cast<ConstantArray>(R); 316 const ConstantStruct *RS = cast<ConstantStruct>(R); 330 const ConstantVector *RV = cast<ConstantVector>(R); 344 const ConstantExpr *RE = cast<ConstantExpr>(R); 358 const BlockAddress *RBA = cast<BlockAddress>(R);