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

  /external/llvm/bindings/python/llvm/
enumerations.py 28 'IntPredicate',
176 IntPredicate = [
core.py 122 class IntPredicate(LLVMEnumeration):
123 """Represents an individual IntPredicate enumeration."""
128 super(IntPredicate, self).__init__(name, value)
602 (IntPredicate, enumerations.IntPredicate),

Completed in 281 milliseconds