|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/CFGPrinter.h 168 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
lib/Analysis/BranchProbabilityInfo.cpp 282 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(i));
lib/Analysis/TypeBasedAliasAnalysis.cpp 182 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(2));
246 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(OpNo));
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp 65 mdconst::dyn_extract<ConstantInt>(LocInfo->getOperand(ErrorLine)))
503 mdconst::dyn_extract<ConstantInt>(LocMD->getOperand(0))) {
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 1053 if (ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Val))
1055 else if (GlobalValue *GV = mdconst::dyn_extract<GlobalValue>(Val)) {
lib/CodeGen/MachineInstr.cpp 2000 mdconst::dyn_extract<ConstantInt>(LocMD->getOperand(0))) {
lib/IR/DiagnosticInfo.cpp 60 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0)))
lib/IR/Instructions.cpp 492 APInt Val(128, mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1))
504 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(i + 1))
lib/IR/Metadata.cpp 1325 auto *CITrue = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1));
1326 auto *CIFalse = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2));
1356 auto *V = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(i));
1364 TotalVal = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2))
lib/IR/Verifier.cpp 3333 mdconst::dyn_extract<ConstantInt>(Range->getOperand(2 * i));
3336 mdconst::dyn_extract<ConstantInt>(Range->getOperand(2 * i + 1));
3358 mdconst::dyn_extract<ConstantInt>(Range->getOperand(0))->getValue();
3360 mdconst::dyn_extract<ConstantInt>(Range->getOperand(1))->getValue();
4014 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(MD->getOperand(0));
4052 Assert(mdconst::dyn_extract<ConstantInt>(MDO),
4205 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(AlignMD->getOperand(0));
5347 auto *Offset = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2));
lib/ProfileData/InstrProf.cpp 999 ConstantInt *KindInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1));
1006 ConstantInt *TotalCInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2));
1016 ConstantInt *Value = mdconst::dyn_extract<ConstantInt>(MD->getOperand(I));
1018 mdconst::dyn_extract<ConstantInt>(MD->getOperand(I + 1));
lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp 100 auto F = mdconst::dyn_extract<Function>(Node->getOperand(0));
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp 58 auto Key = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I));
59 auto Val = mdconst::dyn_extract<ConstantInt>(Tuple->getOperand(I + 1));
lib/Target/NVPTX/NVPTXUtilities.cpp 58 ConstantInt *Val = mdconst::dyn_extract<ConstantInt>(md->getOperand(i + 1));
303 mdconst::dyn_extract<ConstantInt>(alignNode->getOperand(i))) {
lib/Transforms/Utils/Local.cpp 278 mdconst::dyn_extract<ConstantInt>(MD->getOperand(2));
280 mdconst::dyn_extract<ConstantInt>(MD->getOperand(1));
lib/Transforms/Utils/MisExpect.cpp 111 mdconst::dyn_extract<ConstantInt>(MisExpectData->getOperand(1));
113 mdconst::dyn_extract<ConstantInt>(MisExpectData->getOperand(2));
115 mdconst::dyn_extract<ConstantInt>(MisExpectData->getOperand(3));
166 mdconst::dyn_extract<ConstantInt>(MD->getOperand(i));
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp 222 const ConstantInt *C = mdconst::dyn_extract<ConstantInt>(Arg);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp 141 mdconst::dyn_extract<ConstantInt>(metadata_node->getOperand(1));
1083 mdconst::dyn_extract<ConstantInt>(alloc_md->getOperand(0));