Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Denumerations.py175 IntPredicate = [ variable
H A Dcore.py124 class IntPredicate(LLVMEnumeration): class
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go75 IntPredicate C.LLVMIntPredicate type
932 func ConstICmp(pred IntPredicate, lhs, rhs Value) (v Value) {
1330 func (v Value) IntPredicate() IntPredicate { return IntPredicate(C.LLVMGetICmpPredicate(v.C)) } func