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

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 177 Instruction *FoldSelectIntoOp(SelectInst &SI, Value*, Value*);
InstCombineSelect.cpp 202 /// FoldSelectIntoOp - Try fold the select into one of the operands to
204 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal,
    [all...]

Completed in 67 milliseconds