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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 185 /// SimplifySelectInst - Given operands for a SelectInst, see if we can fold
187 Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 828 if (Value *V = SimplifySelectInst(CondVal, TrueVal, FalseVal, DL))
    [all...]

Completed in 507 milliseconds