Searched refs:getWithOperandReplaced (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DConstants.h1076 /// getWithOperandReplaced - Return a constant expression identical to this
1078 Constant *getWithOperandReplaced(unsigned OpNo, Constant *Op) const;
/external/llvm/lib/VMCore/
H A DConstants.cpp1030 /// getWithOperandReplaced - Return a constant expression identical to this
1033 ConstantExpr::getWithOperandReplaced(unsigned OpNo, Constant *Op) const { function in class:ConstantExpr

Completed in 822 milliseconds