Searched refs:getWithOperands (Results 1 – 4 of 4) sorted by relevance
1083 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {1084 return getWithOperands(Ops, getType());1091 Constant *getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const;
141 return VM[V] = CE->getWithOperands(Ops, NewTy); in MapValue()
1043 return getWithOperands(NewOps); in getWithOperandReplaced()1050 getWithOperands(ArrayRef<Constant*> Ops, Type *Ty) const { in getWithOperands() function in ConstantExpr2636 Constant *Replacement = getWithOperands(NewOps); in replaceUsesOfWithOnConstant()
363 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in ResolveConstantForwardRefs()