Lines Matching defs:A1
855 Value *A1 = BO->getOperand(1);
856 if (isa<ConstantInt>(A1)) continue;
857 if (!A1->getType()->isIntegerTy())
859 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A1->getType());
865 {IRB.CreateIntCast(A1, Ty, true)});
915 Value *A1 = ICMP->getOperand(1);
924 // __sanitizer_cov_trace_cmp((type_size << 32) | predicate, A0, A1);
927 bool SecondIsConst = isa<ConstantInt>(A1);
934 std::swap(A0, A1);
939 IRB.CreateIntCast(A1, Ty, true)});