Searched refs:getWithOperands (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp59 return CE->getWithOperands(Ops);
H A DValueMapper.cpp474 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp213 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1061 /// \param OnlyIfReduced see \a getWithOperands() docs.
1129 /// \param OnlyIfReducedTy see \a getWithOperands() docs.
1136 /// \param OnlyIfReducedTy see \a getWithOperands() docs.
1143 /// \param OnlyIfReducedTy see \a getWithOperands() docs.
1149 /// \param OnlyIfReduced see \a getWithOperands() docs.
1165 /// \param OnlyIfReducedTy see \a getWithOperands() docs.
1253 Constant *getWithOperands(ArrayRef<Constant*> Ops) const { function in class:llvm::ConstantExpr
1254 return getWithOperands(Ops, getType());
1266 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp685 return CE->getWithOperands(
690 return CE->getWithOperands(NewOperands, TargetType);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1405 return getWithOperands(NewOps);
1408 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, function in class:ConstantExpr
3242 if (Constant *C = getWithOperands(NewOps, getType(), true))
H A DConstantFold.cpp834 return CE->getWithOperands(Ops, ValVTy->getElementType(), false,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1067 return CE->getWithOperands(Ops);

Completed in 195 milliseconds