Searched refs:getWithOperands (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constants.h | 1189 Constant *getWithOperands(ArrayRef<Constant*> Ops) const { 1190 return getWithOperands(Ops, getType()); 1202 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 153 return VM[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in MapValue()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1173 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/ |
D | BitcodeReader.cpp | 1024 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
|