reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1318 if (!ProfileData || ProfileData->getNumOperands() != 3) 1318 if (!ProfileData || ProfileData->getNumOperands() != 3) 1321 auto *ProfDataName = dyn_cast<MDString>(ProfileData->getOperand(0)); 1325 auto *CITrue = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1)); 1326 auto *CIFalse = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2));