reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Constants.h
 1242   Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,

References

include/llvm/IR/Constants.h
 1230     return getWithOperands(Ops, getType());
lib/IR/ConstantFold.cpp
  818       return CE->getWithOperands(Ops, CE->getType()->getVectorElementType(),
lib/IR/Constants.cpp
 2977   if (Constant *C = getWithOperands(NewOps, getType(), true))
lib/Transforms/Scalar/InferAddressSpaces.cpp
  570     return CE->getWithOperands(
  575   return CE->getWithOperands(NewOperands, TargetType);
lib/Transforms/Utils/ValueMapper.cpp
  474     return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy);