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

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 182 Instruction *visitSelectInstWithICmp(SelectInst &SI, ICmpInst *ICI);
InstCombineSelect.cpp 342 /// visitSelectInstWithICmp - Visit a SelectInst that has an
345 Instruction *InstCombiner::visitSelectInstWithICmp(SelectInst &SI,
781 if (Instruction *Result = visitSelectInstWithICmp(SI, ICI))
    [all...]

Completed in 177 milliseconds