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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 519 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO,
578 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this);
579 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 695 static Value *FoldOperationIntoSelectOperand(Instruction &I, Value *SO,
775 Value *SelectTrueVal = FoldOperationIntoSelectOperand(Op, TV, this);
776 Value *SelectFalseVal = FoldOperationIntoSelectOperand(Op, FV, this);
    [all...]

Completed in 727 milliseconds