Searched defs:CondC (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 2380 Constant *CondC = visitSelectInst() local |
H A D | InstructionSimplify.cpp | 4779 if (auto *CondC = dyn_cast<Constant>(Cond)) { simplifySelectInst() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSelect.cpp | 2257 Constant *CondC; canonicalizeSelectToShuffle() local |
H A D | InstCombineCalls.cpp | 1250 Value *CondC = Builder.CreateICmp(Pred, C0, C1); reassociateMinMaxWithConstants() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeIntegerTypes.cpp | 3283 ISD::CondCode CondC; ExpandIntRes_MINMAX() local |
H A D | SelectionDAG.cpp | 9848 if (auto *CondC = dyn_cast<ConstantSDNode>(Cond)) simplifySelect() local |
H A D | DAGCombiner.cpp | 11354 SDValue CondC = Cond.getOperand(1); foldSelectOfConstantsUsingSra() local |