HomeSort by relevance Sort by last modified time
    Searched defs:CmpInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
InstrTypes.h 628 // CmpInst Class
633 class CmpInst : public Instruction {
635 CmpInst() LLVM_DELETED_FUNCTION;
637 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
641 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
647 /// This enumeration lists the possible predicates for CmpInst subclasses.
695 /// @brief Create a CmpInst
696 static CmpInst *Create(OtherOps Op,
704 /// @brief Create a CmpInst
705 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 63 milliseconds