Lines Matching +defs:val +defs:predicate

435 static bool IsConstantOne(Value *val) {  in IsConstantOne()
1441 StoreInst::StoreInst(Value *val, Value *addr, Instruction *InsertBefore) in StoreInst()
1444 StoreInst::StoreInst(Value *val, Value *addr, BasicBlock *InsertAtEnd) in StoreInst()
1447 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1451 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1455 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst()
1460 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, unsigned Align, in StoreInst()
1465 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
1481 StoreInst::StoreInst(Value *val, Value *addr, bool isVolatile, in StoreInst()
3360 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3372 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, in CmpInst()
3385 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3405 CmpInst::Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, in Create()
3606 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned()
3614 bool CmpInst::isSigned(Predicate predicate) { in isSigned()
3622 bool CmpInst::isOrdered(Predicate predicate) { in isOrdered()
3631 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered()
3640 bool CmpInst::isTrueWhenEqual(Predicate predicate) { in isTrueWhenEqual()
3648 bool CmpInst::isFalseWhenEqual(Predicate predicate) { in isFalseWhenEqual()