Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DConstants.h1072 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {
1073 return getWithOperands(Ops, getType());
1080 Constant *getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const;
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp141 return VM[V] = CE->getWithOperands(Ops, NewTy); in MapValue()
/external/llvm/lib/VMCore/
DConstants.cpp1043 return getWithOperands(NewOps); in getWithOperandReplaced()
1050 getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const { in getWithOperands() function in ConstantExpr
2567 Constant *Replacement = getWithOperands(NewOps); in replaceUsesOfWithOnConstant()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp348 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in ResolveConstantForwardRefs()