Lines Matching refs:predicate

3976 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS,  in CmpInst()  argument
3985 setPredicate((Predicate)predicate); in CmpInst()
3991 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst() argument
3999 setPredicate((Predicate)predicate); in CmpInst()
4004 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() argument
4008 return new ICmpInst(InsertBefore, CmpInst::Predicate(predicate), in Create()
4011 return new ICmpInst(CmpInst::Predicate(predicate), in Create()
4016 return new FCmpInst(InsertBefore, CmpInst::Predicate(predicate), in Create()
4019 return new FCmpInst(CmpInst::Predicate(predicate), in Create()
4024 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create() argument
4027 return new ICmpInst(*InsertAtEnd, CmpInst::Predicate(predicate), in Create()
4030 return new FCmpInst(*InsertAtEnd, CmpInst::Predicate(predicate), in Create()
4304 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() argument
4305 switch (predicate) { in isUnsigned()
4312 bool CmpInst::isSigned(Predicate predicate) { in isSigned() argument
4313 switch (predicate) { in isSigned()
4402 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered() argument
4403 switch (predicate) { in isOrdered()
4411 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered() argument
4412 switch (predicate) { in isUnordered()
4420 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual() argument
4421 switch(predicate) { in isTrueWhenEqual()
4428 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual() argument
4429 switch(predicate) { in isFalseWhenEqual()