Searched refs:getWithOperands (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeAliases.cpp | 59 return CE->getWithOperands(Ops); in canonicalizeAlias()
|
| H A D | ValueMapper.cpp | 475 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | ValueList.cpp | 204 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1230 Constant *getWithOperands(ArrayRef<Constant*> Ops) const { 1231 return getWithOperands(Ops, getType()); 1243 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 565 return CE->getWithOperands( in cloneConstantExprWithNewAddressSpace() 570 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 1203 return getWithOperands(NewOps); in getWithOperandReplaced() 1206 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr 2965 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1020 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
|