Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp367 return CE->getWithOperands( in cloneConstantExprWithNewAddressSpace()
372 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h855 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {
856 return getWithOperands(Ops, getType());
863 Constant *getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp141 return VM[V] = CE->getWithOperands(Ops, NewTy); in MapValue()
/external/llvm/include/llvm/IR/
DConstants.h1147 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {
1148 return getWithOperands(Ops, getType());
1160 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/external/llvm/lib/IR/
DConstants.cpp1125 return getWithOperands(NewOps); in getWithOperandReplaced()
1128 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
2841 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp474 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp862 getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const { in getWithOperands() function in ConstantExpr
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp340 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in ResolveConstantForwardRefs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1077 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()