Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1292 Constant *getWithOperandReplaced(unsigned OpNo, Constant *Op) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1514 ConstantExpr::getWithOperandReplaced(unsigned OpNo, Constant *Op) const { in getWithOperandReplaced() function in ConstantExpr