HomeSort by relevance Sort by last modified time
    Searched refs:extract_or_null (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 801 if (auto WCharWidthValue = mdconst::extract_or_null<ConstantInt>(
812 if (auto EnumWidthValue = mdconst::extract_or_null<ConstantInt>(
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 398 /// mdconst::extract_or_null <=> cast_or_null
469 extract_or_null(Y &&MD) { function in namespace:llvm::mdconst
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 296 auto *GV = mdconst::extract_or_null<GlobalVariable>(MDN->getOperand(0));
    [all...]

Completed in 162 milliseconds