Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DOpcodes.td490 class ComparisonOpcode : Opcode {
495 def LT : ComparisonOpcode;
496 def LE : ComparisonOpcode;
497 def GT : ComparisonOpcode;
498 def GE : ComparisonOpcode;
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
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()