Searched refs:getWithOperands (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CanonicalizeAliases.cpp | 59 return CE->getWithOperands(Ops); in canonicalizeAlias()
|
H A D | ValueMapper.cpp | 508 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 210 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 1292 Constant *getWithOperands(ArrayRef<Constant *> Ops) const { 1293 return getWithOperands(Ops, getType()); 1305 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 708 return CE->getWithOperands( in cloneConstantExprWithNewAddressSpace() 713 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 1522 return getWithOperands(NewOps); in getWithOperandReplaced() 1525 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr 3475 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
|
H A D | ConstantFold.cpp | 896 return CE->getWithOperands(Ops, ValVTy->getElementType(), false, in ConstantFoldExtractElementInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1074 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
|