Searched refs:SimplifyAndInst (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h179 /// SimplifyAndInst - Given operands for an And, see if we can
181 Value *SimplifyAndInst(Value *LHS, Value *RHS, const DataLayout &DL,
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp62 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
428 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
926 if (Value *V = SimplifyAndInst(Op0, Op1, Q, MaxRecurse-1))
1558 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const Query &Q, function
1655 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const DataLayout &DL, function in class:llvm
1659 return ::SimplifyAndInst(Op0, Op1, Query(DL, TLI, DT, AC, CxtI),
3728 case Instruction::And: return SimplifyAndInst(LHS, RHS, Q, MaxRecurse);
4015 SimplifyAndInst(I->getOperand(0), I->getOperand(1), DL, TLI, DT, AC, I);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1258 if (Value *V = SimplifyAndInst(Op0, Op1, DL, TLI, DT, AC))

Completed in 45 milliseconds