Lines Matching refs:CmpInst
3009 void CmpInst::anchor() {} in anchor()
3011 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst() function in CmpInst
3015 OperandTraits<CmpInst>::op_begin(this), in CmpInst()
3016 OperandTraits<CmpInst>::operands(this), in CmpInst()
3024 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, in CmpInst() function in CmpInst
3028 OperandTraits<CmpInst>::op_begin(this), in CmpInst()
3029 OperandTraits<CmpInst>::operands(this), in CmpInst()
3037 CmpInst *
3038 CmpInst::Create(OtherOps Op, unsigned short predicate, in Create()
3043 return new ICmpInst(InsertBefore, CmpInst::Predicate(predicate), in Create()
3046 return new ICmpInst(CmpInst::Predicate(predicate), in Create()
3051 return new FCmpInst(InsertBefore, CmpInst::Predicate(predicate), in Create()
3054 return new FCmpInst(CmpInst::Predicate(predicate), in Create()
3058 CmpInst *
3059 CmpInst::Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, in Create()
3062 return new ICmpInst(*InsertAtEnd, CmpInst::Predicate(predicate), in Create()
3065 return new FCmpInst(*InsertAtEnd, CmpInst::Predicate(predicate), in Create()
3069 void CmpInst::swapOperands() { in swapOperands()
3076 bool CmpInst::isCommutative() const { in isCommutative()
3082 bool CmpInst::isEquality() const { in isEquality()
3089 CmpInst::Predicate CmpInst::getInversePredicate(Predicate pred) { in getInversePredicate()
3211 CmpInst::Predicate CmpInst::getSwappedPredicate(Predicate pred) { in getSwappedPredicate()
3241 bool CmpInst::isUnsigned(unsigned short predicate) { in isUnsigned()
3249 bool CmpInst::isSigned(unsigned short predicate) { in isSigned()
3257 bool CmpInst::isOrdered(unsigned short predicate) { in isOrdered()
3266 bool CmpInst::isUnordered(unsigned short predicate) { in isUnordered()
3275 bool CmpInst::isTrueWhenEqual(unsigned short predicate) { in isTrueWhenEqual()
3283 bool CmpInst::isFalseWhenEqual(unsigned short predicate) { in isFalseWhenEqual()