Home
last modified time | relevance | path

Searched refs:ComparisonOpcode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DOpcodes.td398 class ComparisonOpcode : Opcode {
403 def LT : ComparisonOpcode;
404 def LE : ComparisonOpcode;
405 def GT : ComparisonOpcode;
406 def GE : ComparisonOpcode;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp461 : ComparisonOpcode(CmpOpcode), ReadFlagsOpcode(FlagsOpcode), in CmpConstants()
466 const unsigned ComparisonOpcode; member
580 BuildMI(I.MBB, I.InsertBefore, I.DbgLoc, TII.get(Helper.ComparisonOpcode)) in insertComparison()