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

References

lib/IR/ConstantFold.cpp
   47   if (CV->isAllOnesValue()) return Constant::getAllOnesValue(DstTy);
   48   if (CV->isNullValue()) return Constant::getNullValue(DstTy);
   54   if (NumElts != CV->getType()->getVectorNumElements())
   60   Type *Ty = IntegerType::get(CV->getContext(), 32);
   63       ConstantExpr::getExtractElement(CV, ConstantInt::get(Ty, i));