Home
last modified time | relevance | path

Searched refs: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
130 super(IntPredicate, self).__init__(name, value)
613 (IntPredicate, enumerations.IntPredicate),
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go302 IntEQ IntPredicate = C.LLVMIntEQ
303 IntNE IntPredicate = C.LLVMIntNE
304 IntUGT IntPredicate = C.LLVMIntUGT
305 IntUGE IntPredicate = C.LLVMIntUGE
306 IntULT IntPredicate = C.LLVMIntULT
307 IntULE IntPredicate = C.LLVMIntULE
308 IntSGT IntPredicate = C.LLVMIntSGT
309 IntSGE IntPredicate = C.LLVMIntSGE
310 IntSLT IntPredicate = C.LLVMIntSLT
311 IntSLE IntPredicate = C.LLVMIntSLE
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1221 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument
1223 CmpInst::Predicate Predicate = (CmpInst::Predicate)IntPredicate; in ConstantFoldCompareInstOperands()