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 622 // CmpInst Class
627 class CmpInst : public Instruction {
629 CmpInst() LLVM_DELETED_FUNCTION;
631 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
635 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
641 /// This enumeration lists the possible predicates for CmpInst subclasses.
689 /// @brief Create a CmpInst
690 static CmpInst *Create(OtherOps Op,
698 /// @brief Create a CmpInst
699 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 47 milliseconds