Searched refs:getNewValOperand (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLowerAtomic.cpp27 Value *Val = CXI->getNewValOperand();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstructions.h521 Value *getNewValOperand() { return getOperand(2); } function in class:llvm::AtomicCmpXchgInst
522 const Value *getNewValOperand() const { return getOperand(2); } function in class:llvm::AtomicCmpXchgInst
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3434 getValue(I.getNewValOperand()),

Completed in 90 milliseconds