Home
last modified time | relevance | path

Searched defs:CmpUGT (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp587 Value *CmpUGT = Builder.CreateICmpUGT(Loads.Lhs, Loads.Rhs); in getMemCmpOneBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp605 Value *CmpUGT = Builder.CreateICmpUGT(LoadSrc1, LoadSrc2); in getMemCmpOneBlock() local
/external/swiftshader/src/Reactor/
DReactor.hpp2388 inline RValue<Int4> CmpUGT(RValue<Float4> x, RValue<Float4> y) in CmpUGT() function