Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Denumerations.py175 IntPredicate = [ variable
H A Dcore.py124 class IntPredicate(LLVMEnumeration): class
130 super(IntPredicate, self).__init__(name, value)
604 (IntPredicate, enumerations.IntPredicate),
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1220 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument
1222 CmpInst::Predicate Predicate = (CmpInst::Predicate)IntPredicate; in ConstantFoldCompareInstOperands()