HomeSort by relevance Sort by last modified time
    Searched refs:TCmp (Results 1 - 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp 417 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
418 if (TCmp == Cond) {
421 TCmp = getTrue(Cond->getType());
422 } else if (!TCmp) {
427 TCmp = getTrue(Cond->getType());
446 if (TCmp == FCmp)
447 return TCmp;
454 // is equal to "Cond && TCmp". This also catches the case when the false
457 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
461 if (match(TCmp, m_One())
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 460 milliseconds