Home
last modified time | relevance | path

Searched refs:AligningTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DConstants.cpp1826 Type *AligningTy = in getAlignOf() local
1828 Constant *NullPtr = Constant::getNullValue(AligningTy->getPointerTo(0)); in getAlignOf()
1832 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1875 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf() local
1876 Constant *NullPtr = Constant::getNullValue(AligningTy->getPointerTo(0)); in getAlignOf()
1880 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1532 Type *AligningTy = in getAlignOf() local
1534 Constant *NullPtr = Constant::getNullValue(AligningTy->getPointerTo()); in getAlignOf()