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 765 if (auto WCharWidthValue = mdconst::extract_or_null<ConstantInt>(
776 if (auto EnumWidthValue = mdconst::extract_or_null<ConstantInt>(
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 386 /// mdconst::extract_or_null <=> cast_or_null
457 extract_or_null(Y &&MD) { function in namespace:llvm::mdconst
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 283 auto *GV = mdconst::extract_or_null<GlobalVariable>(MDN->getOperand(0));
    [all...]

Completed in 494 milliseconds