HomeSort by relevance Sort by last modified time
    Searched refs:CastGEPIndices (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 541 /// CastGEPIndices - If array indices are not pointer-sized integers,
544 static Constant *CastGEPIndices(ArrayRef<Constant *> Ops,
598 "CastGEPIndices didn't canonicalize index types!");
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 691 Constant *CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops,
753 if (Constant *C = CastGEPIndices(SrcElemTy, Ops, ResTy, DL, TLI))
772 "CastGEPIndices didn't canonicalize index types!");
    [all...]

Completed in 1123 milliseconds