Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyAndInst

63 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
429 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
915 if (Value *V = SimplifyAndInst(Op0, Op1, Q, MaxRecurse-1))
1563 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const Query &Q,
1675 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const DataLayout &DL,
1679 return ::SimplifyAndInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI),
3794 case Instruction::And: return SimplifyAndInst
4165 SimplifyAndInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, AC, I);