reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2683 VectorType *ITy = VectorType::getInteger(FTy); 2692 VectorType *ITy = VectorType::getInteger(FTy); 2702 VectorType *ITy = VectorType::getInteger(FTy); 2711 VectorType *ITy = VectorType::getInteger(FTy); 3596 VectorType *IntIdxTy = VectorType::getInteger(FltIdxTy);lib/IR/Function.cpp
1035 return VectorType::getInteger(VTy); 1337 return ThisArgVecTy != VectorType::getInteger(ReferenceType);lib/Transforms/InstCombine/InstCombineCalls.cpp
630 Type *IntegerVecTy = VectorType::getInteger(cast<VectorType>(ArgTy));
tools/clang/lib/CodeGen/CGBuiltin.cpp8338 llvm::Type *BitTy = llvm::VectorType::getInteger(VTy); 10208 llvm::VectorType *IntVecTy = llvm::VectorType::getInteger(FPVecTy);unittests/IR/VectorTypesTest.cpp
80 VectorType *ConvTy = VectorType::getInteger(V4Float64Ty); 154 VectorType *ConvTy = VectorType::getInteger(ScV4Float64Ty);