Home
last modified time | relevance | path

Searched refs:IsUnsignedCmp (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A Dhelper.h213 bool IsUnsignedCmp(const llvm::CmpInst::Predicate Pred);
H A Dhelper.cpp1853 bool IsUnsignedCmp(const llvm::CmpInst::Predicate Pred) in IsUnsignedCmp() function
H A DPatternMatchPass.cpp5246 isUnsigned = IsUnsignedCmp(cmp->getPredicate()); in isMinOrMax()
H A DEmitVISAPass.cpp3842 if (IsUnsignedCmp(pred)) in Cmp()
3967 if (IsUnsignedCmp(predicate)) in CmpBfn()
14848 if (IsUnsignedCmp(llvmPredicate)) in emitAluConditionMod()