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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 389 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
390 if (TCmp == Cond) {
393 TCmp = getTrue(Cond->getType());
394 } else if (!TCmp) {
399 TCmp = getTrue(Cond->getType());
418 if (TCmp == FCmp)
419 return TCmp;
426 // is equal to "Cond && TCmp". This also catches the case when the false
429 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
433 if (match(TCmp, m_One())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp 422 if (Value *TCmp = SimplifyCmpInst(Pred, SI->getTrueValue(), RHS, TD, DT,
429 if (TCmp == FCmp)
430 return TCmp;
433 // is equal to "Cond && TCmp". This also catches the case when the false
436 if (Value *V = SimplifyAndInst(Cond, TCmp, TD, DT, MaxRecurse))
440 if (match(TCmp, m_One()))
445 if (match(FCmp, m_One()) && match(TCmp, m_Zero()))
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 153 milliseconds