Searched refs:getCaseValue (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DCFGPrinter.h100 OS << Case.getCaseValue()->getValue();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp204 ConstantInt *Case = CI.getCaseValue();
H A DLoopUnswitch.cpp458 Constant* UnswitchValCandidate = i.getCaseValue();
592 ConstantInt* CaseVal = i.getCaseValue();
H A DSCCP.cpp1491 SI->setCondition(SI->case_begin().getCaseValue());
1496 markForcedConstant(SI->getCondition(), SI->case_begin().getCaseValue());
H A DGVN.cpp2248 Changed |= propagateEquality(SwitchCond, i.getCaseValue(), E);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp548 Cases.push_back(ValueEqualityComparisonCase(i.getCaseValue(),
689 if (DeadCases.count(i.getCaseValue())) {
3008 Cases.push_back(I.getCaseValue());
3013 Cases.push_back(I.getCaseValue());
3075 if ((I.getCaseValue()->getValue() & KnownZero) != 0 ||
3076 (I.getCaseValue()->getValue() & KnownOne) != KnownOne) {
3077 DeadCases.push_back(I.getCaseValue());
3079 << I.getCaseValue() << "' is dead.\n");
3157 ConstantInt *CaseValue = I.getCaseValue();
3482 ConstantInt *MinCaseVal = CI.getCaseValue();
[all...]
H A DLocal.cpp118 if (i.getCaseValue() == CI) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLazyValueInfo.cpp849 ConstantRange EdgeVal(i.getCaseValue()->getValue());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1305 ConstantInt* CaseVal = i.getCaseValue();
1932 if (i.getCaseValue() == Cond) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2609 else CI = i.getCaseValue();
2703 ConstantIntTy *getCaseValue() { function in class:llvm::SwitchInst::CaseIteratorT
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAsmWriter.cpp1781 writeOperand(i.getCaseValue(), true);

Completed in 177 milliseconds