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

  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 127 return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
160 return DL.getTypeStoreSize(CASI->getCompareOperand()->getType());
297 assert(!CASI->getCompareOperand()->getType()->isFloatingPointTy() &&
299 if (CASI->getCompareOperand()->getType()->isPointerTy() ) {
303 assert(CASI->getCompareOperand()->getType()->isIntegerTy() &&
764 Value *Cmp = CI->getCompareOperand();
786 Builder, CI, CI->getCompareOperand()->getType(), Addr, WordSize);
    [all...]
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 54 DL.getTypeStoreSize(CXI->getCompareOperand()->getType()), AATags);
CaptureTracking.cpp 304 if (ACXI->getCompareOperand() == V || ACXI->getNewValOperand() == V ||
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 28 Value *Cmp = CXI->getCompareOperand();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 26 Value *Cmp = CXI->getCompareOperand();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 199 instrument(AI->getPointerOperand(), AI->getCompareOperand(), DL);
ThreadSanitizer.cpp 630 createIntOrPtrToIntCast(CASI->getCompareOperand(), Ty, IRB);
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 243 getTypeStoreSize(CXI->getCompareOperand()->getType()),
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 516 Value *getCompareOperand() { return getOperand(1); }
517 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 606 Value *getCompareOperand() { return getOperand(1); }
607 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 607 Value *getCompareOperand() { return getOperand(1); }
608 const Value *getCompareOperand() const { return getOperand(1); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 685 milliseconds