HomeSort by relevance Sort by last modified time
    Searched refs:FoldSelectOpOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 175 Instruction *FoldSelectOpOp(SelectInst &SI, Instruction *TI,
InstCombineSelect.cpp 122 /// FoldSelectOpOp - Here we have (select c, TI, FI), and we know that TI and FI
124 Instruction *InstCombiner::FoldSelectOpOp(SelectInst &SI, Instruction *TI,
791 if (Instruction *IV = FoldSelectOpOp(SI, TI, FI))
    [all...]

Completed in 236 milliseconds