Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Denumerations.py176 IntPredicate = [ variable
Dcore.py122 class IntPredicate(LLVMEnumeration): class
/external/llvm/bindings/go/llvm/
Dir.go67 IntPredicate C.LLVMIntPredicate type
866 func ConstICmp(pred IntPredicate, lhs, rhs Value) (v Value) {
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DConstantFolding.cpp1220 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands()