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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 633 if (auto *SI0 = dyn_cast<SelectInst>(LHS)) {
635 if (SI0->getCondition() == SI1->getCondition()) {
637 if (Value *V = SimplifyBinOp(TopLevelOpcode, SI0->getFalseValue(),
639 SI = Builder->CreateSelect(SI0->getCondition(),
641 SI0->getTrueValue(),
644 if (Value *V = SimplifyBinOp(TopLevelOpcode, SI0->getTrueValue(),
647 SI0->getCondition(), V,
648 Builder->CreateBinOp(TopLevelOpcode, SI0->getFalseValue(),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 581 milliseconds