Home
last modified time | relevance | path

Searched refs:getWithOperands (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp58 return CE->getWithOperands(Ops); in canonicalizeAlias()
H A DValueMapper.cpp518 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1318 Constant *getWithOperands(ArrayRef<Constant *> Ops) const {
1319 return getWithOperands(Ops, getType());
1331 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp750 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace()
754 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1464 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
3415 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
H A DConstantFold.cpp648 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1068 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()