HomeSort by relevance Sort by last modified time
    Searched defs:CaseVal (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 897 llvm::ConstantInt *CaseVal =
907 SwitchInsn->addCase(CaseVal, Block.getBlock());
921 SwitchInsn->addCase(CaseVal, CaseDest);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 601 ConstantInt* CaseVal = i.getCaseValue();
605 if (BranchesInfo.isUnswitched(SI, CaseVal))
608 if (Val) *Val = CaseVal;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 467 milliseconds