Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h1189 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {
1190 return getWithOperands(Ops, getType());
1202 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp153 return VM[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in MapValue()
/external/llvm/lib/IR/
DConstants.cpp1173 return getWithOperands(NewOps); in getWithOperandReplaced()
1179 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
2970 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1024 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()