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

References

tools/clang/lib/CodeGen/PatternInit.cpp
   35   if (Ty->isIntOrIntVectorTy()) {
   37                             Ty->isVectorTy() ? Ty->getVectorElementType() : Ty)
   37                             Ty->isVectorTy() ? Ty->getVectorElementType() : Ty)
   37                             Ty->isVectorTy() ? Ty->getVectorElementType() : Ty)
   40       return llvm::ConstantInt::get(Ty, IntValue);
   42         Ty, llvm::APInt::getSplat(BitWidth, llvm::APInt(64, IntValue)));
   44   if (Ty->isPtrOrPtrVectorTy()) {
   46         Ty->isVectorTy() ? Ty->getVectorElementType() : Ty);
   46         Ty->isVectorTy() ? Ty->getVectorElementType() : Ty);
   46         Ty->isVectorTy() ? Ty->getVectorElementType() : Ty);
   55   if (Ty->isFPOrFPVectorTy()) {
   57         (Ty->isVectorTy() ? Ty->getVectorElementType() : Ty)
   57         (Ty->isVectorTy() ? Ty->getVectorElementType() : Ty)
   57         (Ty->isVectorTy() ? Ty->getVectorElementType() : Ty)
   62     return llvm::ConstantFP::getQNaN(Ty, NegativeNaN, &Payload);
   64   if (Ty->isArrayTy()) {
   67     auto *ArrTy = cast<llvm::ArrayType>(Ty);
   80   auto *StructTy = cast<llvm::StructType>(Ty);