Home
last modified time | relevance | path

Searched refs:getAlignmentType (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DIntrinsicInst.h199 Type *getAlignmentType() const { in getAlignmentType() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp70 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), MinAlign, false)); in SimplifyMemTransfer()
160 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), in SimplifyMemSet()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp89 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(), in instantiateDependentAlignedAttr()
111 S.collectUnexpandedParameterPacks(Aligned->getAlignmentType()->getTypeLoc(), in instantiateDependentAlignedAttr()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1757 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), Align)); in optimizeCallInst()