HomeSort by relevance Sort by last modified time
    Searched defs:getDemandedBits (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; }
  /external/llvm/lib/Analysis/
DemandedBits.cpp 362 APInt DemandedBits::getDemandedBits(Instruction *I) {

Completed in 144 milliseconds