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

  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 125 /// to generate an expression computing the logical AND of \p Cond0 and \p
130 bool widenCondCommon(Value *Cond0, Value *Cond1, Instruction *InsertPt,
190 /// Can we compute the logical AND of \p Cond0 and \p Cond1 for the price of
192 bool isWideningCondProfitable(Value *Cond0, Value *Cond1) {
194 return widenCondCommon(Cond0, Cond1, /*InsertPt=*/nullptr, ResultUnused);
404 bool GuardWideningImpl::widenCondCommon(Value *Cond0, Value *Cond1,
413 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) &&
438 ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP);
448 if (parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) &&
470 makeAvailableAt(Cond0, InsertPt)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 150 /// to generate an expression computing the logical AND of \p Cond0 and \p
155 bool widenCondCommon(Value *Cond0, Value *Cond1, Instruction *InsertPt,
215 /// Can we compute the logical AND of \p Cond0 and \p Cond1 for the price of
217 bool isWideningCondProfitable(Value *Cond0, Value *Cond1) {
219 return widenCondCommon(Cond0, Cond1, /*InsertPt=*/nullptr, ResultUnused);
461 bool GuardWideningImpl::widenCondCommon(Value *Cond0, Value *Cond1,
470 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) &&
495 ConstantInt *NewRHS = ConstantInt::get(Cond0->getContext(), NewRHSAP);
505 if (parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) &&
527 makeAvailableAt(Cond0, InsertPt)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LibCallsShrinkWrap.cpp 477 Value *Cond0 = BBBuilder.CreateFCmp(CmpInst::FCMP_OLE, Base, V0);
478 return BBBuilder.CreateOr(Cond0, Cond);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 773 milliseconds