HomeSort by relevance Sort by last modified time
    Searched refs:mdconst (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/llvm/unittests/IR/
MDBuilderTest.cpp 40 EXPECT_TRUE(mdconst::hasa<ConstantFP>(Op));
41 ConstantFP *Val = mdconst::extract<ConstantFP>(Op);
53 EXPECT_TRUE(mdconst::hasa<ConstantInt>(R1->getOperand(0)));
54 EXPECT_TRUE(mdconst::hasa<ConstantInt>(R1->getOperand(1)));
55 ConstantInt *C0 = mdconst::extract<ConstantInt>(R1->getOperand(0));
56 ConstantInt *C1 = mdconst::extract<ConstantInt>(R1->getOperand(1));
104 EXPECT_TRUE(mdconst::hasa<ConstantInt>(N2->getOperand(2)));
105 EXPECT_EQ(mdconst::extract<ConstantInt>(N2->getOperand(2))->getZExtValue(),
  /external/spirv-llvm/lib/SPIRV/
SPIRVMDWalker.h 101 V = mdconst::dyn_extract<ConstantInt>(M->getOperand(I++))
126 F = mdconst::dyn_extract<Function>(M->getOperand(I++));
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 168 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(2));
195 return mdconst::extract<ConstantInt>(Node->getOperand(2))->getZExtValue();
203 ConstantInt *CI = mdconst::dyn_extract<ConstantInt>(Node->getOperand(3));
236 : mdconst::extract<ConstantInt>(Node->getOperand(2))
249 uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(Idx + 1))
261 uint64_t Cur = mdconst::extract<ConstantInt>(Node->getOperand(TheIdx + 1))
  /external/llvm/lib/IR/
Metadata.cpp 907 APFloat AVal = mdconst::extract<ConstantFP>(A->getOperand(0))->getValueAPF();
908 APFloat BVal = mdconst::extract<ConstantFP>(B->getOperand(0))->getValueAPF();
970 ConstantInt *ALow = mdconst::extract<ConstantInt>(A->getOperand(2 * AI));
971 ConstantInt *BLow = mdconst::extract<ConstantInt>(B->getOperand(2 * BI));
975 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
979 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1)));
984 addRange(EndPoints, mdconst::extract<ConstantInt>(A->getOperand(2 * AI)),
985 mdconst::extract<ConstantInt>(A->getOperand(2 * AI + 1)));
989 addRange(EndPoints, mdconst::extract<ConstantInt>(B->getOperand(2 * BI)),
990 mdconst::extract<ConstantInt>(B->getOperand(2 * BI + 1)))
    [all...]
Module.cpp 291 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) {
370 assert(mdconst::hasa<ConstantInt>(Node->getOperand(0)) &&
DebugInfo.cpp 291 if (auto *Val = mdconst::dyn_extract_or_null<ConstantInt>(
DiagnosticInfo.cpp 104 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0)))
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
metadata.hpp 53 using ::llvm::mdconst::dyn_extract;
  /external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp 208 if (auto *Flag = mdconst::extract_or_null<ConstantInt>(
NVPTXUtilities.cpp 55 ConstantInt *Val = mdconst::dyn_extract<ConstantInt>(md->getOperand(i + 1));
79 mdconst::dyn_extract_or_null<GlobalValue>(elem->getOperand(0));
323 mdconst::dyn_extract<ConstantInt>(alignNode->getOperand(i))) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CFGPrinter.h 169 mdconst::dyn_extract<ConstantInt>(WeightsNode->getOperand(OpNo));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 68 mdconst::dyn_extract<ConstantInt>(LocInfo->getOperand(ErrorLine)))
465 mdconst::dyn_extract<ConstantInt>(LocMD->getOperand(0))) {

Completed in 353 milliseconds

1 2 3