Home
last modified time | relevance | path

Searched refs:PtrSizeMask (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
DLocal.h41 uint64_t PtrSizeMask =
48 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h200 uint64_t PtrSizeMask = ~0ULL >> (64 - IntPtrWidth); variable
206 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp413 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EmitGEPOffset() local
418 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask; in EmitGEPOffset()
DInstCombineCompares.cpp542 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EvaluateGEPOffsetExpression() local
544 Offset &= PtrSizeMask; in EvaluateGEPOffsetExpression()
545 VariableScale &= PtrSizeMask; in EvaluateGEPOffsetExpression()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp584 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in EvaluateGEPOffsetExpression() local
586 Offset &= PtrSizeMask; in EvaluateGEPOffsetExpression()
587 VariableScale &= PtrSizeMask; in EvaluateGEPOffsetExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp526 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth); in evaluateGEPOffsetExpression() local
528 Offset &= PtrSizeMask; in evaluateGEPOffsetExpression()
529 VariableScale &= PtrSizeMask; in evaluateGEPOffsetExpression()