Searched refs:CondC (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1336 Constant *CondC = in visitSelectInst() local 1339 if (!CondC) { in visitSelectInst() 1367 Value *SelectedV = CondC->isAllOnesValue() in visitSelectInst() 1369 : (CondC->isNullValue()) ? FalseVal : nullptr; in visitSelectInst() 1375 if (auto *C = ConstantExpr::getSelect(CondC, TrueC, FalseC)) { in visitSelectInst()
|
D | InstructionSimplify.cpp | 3816 if (auto *CondC = dyn_cast<Constant>(Cond)) { in SimplifySelectInst() local 3819 return ConstantFoldSelectInstruction(CondC, TrueC, FalseC); in SimplifySelectInst() 3822 if (isa<UndefValue>(CondC)) in SimplifySelectInst() 3828 if (CondC->isAllOnesValue()) in SimplifySelectInst() 3831 if (CondC->isNullValue()) in SimplifySelectInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1296 Constant *CondC; in canonicalizeSelectToShuffle() local 1297 if (!CondVal->getType()->isVectorTy() || !match(CondVal, m_Constant(CondC))) in canonicalizeSelectToShuffle() 1305 Constant *Elt = CondC->getAggregateElement(i); in canonicalizeSelectToShuffle()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1695 ISD::CondCode CondC; in ExpandIntRes_MINMAX() local 1696 std::tie(CondC, LoOpc) = getExpandedMinMaxOps(N->getOpcode()); in ExpandIntRes_MINMAX() 1712 SDValue IsHiLeft = DAG.getSetCC(DL, CCT, LHSH, RHSH, CondC); in ExpandIntRes_MINMAX()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1770 ISD::CondCode CondC; in ExpandIntRes_MINMAX() local 1771 std::tie(CondC, LoOpc) = getExpandedMinMaxOps(N->getOpcode()); in ExpandIntRes_MINMAX() 1787 SDValue IsHiLeft = DAG.getSetCC(DL, CCT, LHSH, RHSH, CondC); in ExpandIntRes_MINMAX()
|