Searched refs:ElemTy (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DEquivalenceClasses.h56 template <class ElemTy>
71 ElemTy Data;
74 ECValue(const ElemTy &Elt)
102 const ElemTy &getData() const { return Data; }
112 /// TheMapping - This implicitly provides a mapping from ElemTy values to the
158 iterator findValue(const ElemTy &V) const {
165 const ElemTy &getLeaderValue(const ElemTy &V) const {
174 const ElemTy &getOrInsertLeaderValue(const ElemTy
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DType.cpp616 bool StructType::isValidElementType(Type *ElemTy) { argument
617 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
618 !ElemTy->isMetadataTy() && !ElemTy->isFunctionTy();
708 bool ArrayType::isValidElementType(Type *ElemTy) { argument
709 return !ElemTy->isVoidTy() && !ElemTy->isLabelTy() &&
710 !ElemTy->isMetadataTy() && !ElemTy
737 isValidElementType(Type *ElemTy) argument
777 isValidElementType(Type *ElemTy) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DDerivedTypes.h276 static bool isValidElementType(Type *ElemTy);
351 static bool isValidElementType(Type *ElemTy);
411 static bool isValidElementType(Type *ElemTy);
449 static bool isValidElementType(Type *ElemTy);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp1952 Type *ElemTy = GV->getType()->getElementType(); local
1954 AllocaInst *Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI);
2718 Type *ElemTy = cast<PointerType>(GV->getType())->getElementType(); local
2721 TD->getTypeStoreSize(ElemTy))
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Vectorize/
H A DBBVectorize.cpp381 static inline VectorType *getVecTypeForPair(Type *ElemTy, Type *Elem2Ty) { argument
382 assert(ElemTy->getScalarType() == Elem2Ty->getScalarType() &&
384 Type *STy = ElemTy->getScalarType();
387 if (VectorType *VTy = dyn_cast<VectorType>(ElemTy)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp103 MVT ElemTy = VT.getVectorElementType(); local
104 if (ElemTy != MVT::i64 && ElemTy != MVT::f64)
108 if (ElemTy == MVT::i32) {

Completed in 223 milliseconds