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

  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 258 static unsigned getPointerOperandIndex() {
Instructions.h 225 static unsigned getPointerOperandIndex() { return 0U; }
348 static unsigned getPointerOperandIndex() { return 1U; }
514 static unsigned getPointerOperandIndex() { return 0U; }
661 static unsigned getPointerOperandIndex() { return 0U; }
790 static unsigned getPointerOperandIndex() {
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 394 static unsigned getPointerOperandIndex() {
466 static unsigned getPointerOperandIndex() {
Instructions.h 276 static unsigned getPointerOperandIndex() { return 0U; }
402 static unsigned getPointerOperandIndex() { return 1U; }
604 static unsigned getPointerOperandIndex() { return 0U; }
779 static unsigned getPointerOperandIndex() { return 0U; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 466 static unsigned getPointerOperandIndex() {
545 static unsigned getPointerOperandIndex() {
Instructions.h 276 static unsigned getPointerOperandIndex() { return 0U; }
404 static unsigned getPointerOperandIndex() { return 1U; }
609 static unsigned getPointerOperandIndex() { return 0U; }
785 static unsigned getPointerOperandIndex() { return 0U; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 372 static unsigned getPointerOperandIndex(Instruction *I) {
374 return LI->getPointerOperandIndex();
376 return SI->getPointerOperandIndex();
378 return RMW->getPointerOperandIndex();
380 return XCHG->getPointerOperandIndex();
399 I->setOperand(getPointerOperandIndex(I), UntaggedPtr);

Completed in 216 milliseconds