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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineMulDivRem.cpp 595 if (Instruction *Op0I = dyn_cast<Instruction>(Op0)) {
596 if (SelectInst *SI = dyn_cast<SelectInst>(Op0I)) {
599 } else if (isa<PHINode>(Op0I)) {

Completed in 41 milliseconds