Searched defs:CmpInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstrTypes.h624 // CmpInst Class
629 class CmpInst : public Instruction { class in namespace:llvm
631 CmpInst(); // do not implement
633 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
637 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
643 /// This enumeration lists the possible predicates for CmpInst subclasses.
691 /// @brief Create a CmpInst
692 static CmpInst *Create(OtherOps Op,
700 /// @brief Create a CmpInst
701 static CmpInst *Creat
[all...]
/external/llvm/lib/VMCore/
H A DInstructions.cpp2836 // CmpInst Classes
2839 void CmpInst::Anchor() const {}
2841 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, function in class:CmpInst
2845 OperandTraits<CmpInst>::op_begin(this),
2846 OperandTraits<CmpInst>::operands(this),
2854 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, function in class:CmpInst
2858 OperandTraits<CmpInst>::op_begin(this),
2859 OperandTraits<CmpInst>
[all...]

Completed in 130 milliseconds