Searched refs:LLVMGEPFlagInBounds (Results 1 – 2 of 2) sorted by relevance
515 LLVMGEPFlagInBounds = (1 << 0), enumerator
1715 if ((GEPFlags & LLVMGEPFlagInBounds) != 0) in mapFromLLVMGEPNoWrapFlags()1728 NewGEPFlags |= LLVMGEPFlagInBounds; in mapToLLVMGEPNoWrapFlags()