Searched refs:TCmp (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp389 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse); local
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_On
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp422 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()))
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1968 SDValue TCmp = DAG.getSetCC(SL, SetCCVT, T, C, ISD::SETEQ); local
1977 DAG.getSelect(SL, MVT::i32, TCmp, VTrunc1, ZeroI32));

Completed in 151 milliseconds