reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 Type *TyL = L->getType(); 260 if (L->isNullValue() && R->isNullValue()) 262 if (L->isNullValue() && !R->isNullValue()) 264 if (!L->isNullValue() && R->isNullValue()) 267 auto GlobalValueL = const_cast<GlobalValue *>(dyn_cast<GlobalValue>(L)); 273 if (int Res = cmpNumbers(L->getValueID(), R->getValueID())) 276 if (const auto *SeqL = dyn_cast<ConstantDataSequential>(L)) { 286 switch (L->getValueID()) { 291 const APInt &LInt = cast<ConstantInt>(L)->getValue(); 296 const APFloat &LAPF = cast<ConstantFP>(L)->getValueAPF(); 301 const ConstantArray *LA = cast<ConstantArray>(L); 315 const ConstantStruct *LS = cast<ConstantStruct>(L); 329 const ConstantVector *LV = cast<ConstantVector>(L); 343 const ConstantExpr *LE = cast<ConstantExpr>(L); 357 const BlockAddress *LBA = cast<BlockAddress>(L); 391 LLVM_DEBUG(dbgs() << "Looking at valueID " << L->getValueID() << "\n");