Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Denumerations.py175 IntPredicate = [ variable
H A Dcore.py124 class IntPredicate(LLVMEnumeration): class
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go75 IntPredicate C.LLVMIntPredicate type
922 func ConstICmp(pred IntPredicate, lhs, rhs Value) (v Value) {
1296 func (v Value) IntPredicate() IntPredicate { return IntPredicate(C.LLVMGetICmpPredicate(v.C)) } func
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1221 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands()