HomeSort by relevance Sort by last modified time
    Searched defs:SrcElemTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 691 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops,
700 !isa<StructType>(GetElementPtrInst::getIndexedType(SrcElemTy,
716 Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], NewIdxs);
747 Type *SrcElemTy = GEP->getSourceElementType();
750 if (!SrcElemTy->isSized())
753 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, DL, TLI))
790 SrcElemTy,
792 Ptr = StripPtrCastKeepAS(Ptr, SrcElemTy);
809 SrcElemTy = GEP->getSourceElementType();
810 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 735 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops,
746 SrcElemTy, Ops.slice(1, i - 1)))) &&
765 SrcElemTy, Ops[0], NewIdxs, /*InBounds=*/false, InRangeIndex);
797 Type *SrcElemTy = GEP->getSourceElementType();
800 if (!SrcElemTy->isSized())
803 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy,
841 SrcElemTy,
843 Ptr = StripPtrCastKeepAS(Ptr, SrcElemTy);
863 SrcElemTy = GEP->getSourceElementType();
864 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1111 milliseconds