Home
last modified time | relevance | path

Searched refs:getPointerOperandIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DInstructions.h227 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function
350 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function
515 static unsigned getPointerOperandIndex() { return 0U; }
662 static unsigned getPointerOperandIndex() { return 0U; }
798 static unsigned getPointerOperandIndex() {
1518 static unsigned getPointerOperandIndex() { return 0U; }
3662 static unsigned getPointerOperandIndex() { return 0U; }
DOperator.h388 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1548 UI->setUse(&Load->getOperandUse(Load->getPointerOperandIndex())); in visitPHINode()