LLVMIntEQ

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Values

ValueMeaning
LLVMIntEQ32

< equal

LLVMIntNE

< not equal

LLVMIntUGT

< unsigned greater than

LLVMIntUGE

< unsigned greater or equal

LLVMIntULT

< unsigned less than

LLVMIntULE

< unsigned less or equal

LLVMIntSGT

< signed greater than

LLVMIntSGE

< signed greater or equal

LLVMIntSLT

< signed less than

LLVMIntSLE

< signed less or equal

Meta