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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h633 // CmpInst Class
638 class CmpInst : public Instruction { class in namespace:llvm
640 CmpInst() LLVM_DELETED_FUNCTION;
642 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
646 CmpInst(Type *ty, Instruction::OtherOps op, unsigned short pred,
652 /// This enumeration lists the possible predicates for CmpInst subclasses.
700 /// @brief Create a CmpInst
701 static CmpInst *Create(OtherOps Op,
709 /// @brief Create a CmpInst
710 static CmpInst *Creat
[all...]
/external/llvm/lib/IR/
H A DInstructions.cpp3053 // CmpInst Classes
3056 void CmpInst::anchor() {}
3058 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, function in class:CmpInst
3062 OperandTraits<CmpInst>::op_begin(this),
3063 OperandTraits<CmpInst>::operands(this),
3071 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, function in class:CmpInst
3075 OperandTraits<CmpInst>::op_begin(this),
3076 OperandTraits<CmpInst>
[all...]

Completed in 495 milliseconds