Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InstCombiner

98                               InstCombiner::BuilderTy *Builder) {
110 InstCombiner::BuilderTy *Builder) {
131 Instruction *InstCombiner::OptAndOp(Instruction *Op,
275 Value *InstCombiner::InsertRangeTest(Value *V, Constant *Lo, Constant *Hi,
344 Value *InstCombiner::FoldLogicalPlusAnd(Value *LHS, Value *RHS,
633 llvm::InstCombiner::BuilderTy* Builder) {
710 Value *InstCombiner::FoldAndOfICmps(ICmpInst *LHS, ICmpInst *RHS) {
942 Value *InstCombiner::FoldAndOfFCmps(FCmpInst *LHS, FCmpInst *RHS) {
1013 Instruction *InstCombiner::visitAnd(BinaryOperator &I) {
1378 Instruction *InstCombiner::MatchBSwap(BinaryOperator &I) {
1434 Value *InstCombiner::FoldOrOfICmps(ICmpInst *LHS, ICmpInst *RHS) {
1629 Value *InstCombiner::FoldOrOfFCmps(FCmpInst *LHS, FCmpInst *RHS) {
1695 Instruction *InstCombiner::FoldOrWithConstants(BinaryOperator &I, Value *Op,
1715 Instruction *InstCombiner::visitOr(BinaryOperator &I) {
2033 Instruction *InstCombiner::visitXor(BinaryOperator &I) {