Searched refs:getWithOperands (Results 1 – 4 of 4) sorted by relevance
1072 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {1073 return getWithOperands(Ops, getType());1080 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 ConstantExpr2567 Constant *Replacement = getWithOperands(NewOps); in replaceUsesOfWithOnConstant()
348 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in ResolveConstantForwardRefs()