HomeSort by relevance Sort by last modified time
    Searched full:dyn_cast (Results 476 - 500 of 502) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 159 /// Methods for support type inquiry through isa, cast, and dyn_cast:
    [all...]
LoopInfo.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 197 const Function *F = dyn_cast<Function>(MO.getGlobal());
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 315 if (const MDString *MDS = dyn_cast<MDString>(variable->getOperand(2)))
    [all...]
MachineLICM.cpp 343 dyn_cast<const FixedStackPseudoSourceValue>((*o)->getValue())) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 151 MachineSDNode *MN = dyn_cast<MachineSDNode>(N);
LegalizeDAG.cpp 686 if (ConstantSDNode *InsertPos = dyn_cast<ConstantSDNode>(Idx)) {
726 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(ST->getValue())) {
    [all...]
LegalizeVectorTypes.cpp 651 if (ConstantSDNode *CIdx = dyn_cast<ConstantSDNode>(Idx)) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 291 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 282 if (const MCSymbolRefExpr *SRE = dyn_cast<MCSymbolRefExpr>(MCE))
X86InstrInfo.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 44 using llvm::dyn_cast;
    [all...]
ItaniumCXXABI.cpp 433 if (llvm::ConstantInt *CI = dyn_cast<llvm::ConstantInt>(C)) {
    [all...]
CGBuiltin.cpp 340 ConstantInt *CI = dyn_cast<ConstantInt>(Ty);
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 608 while (const CaseStmt *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt()))
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMCodeEmitter.cpp 641 if (const Function *F = dyn_cast<Function>(C))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp 890 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(DP))
    [all...]
  /external/llvm/docs/
GarbageCollection.html     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaInstrInfo.td 96 ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N->getOperand(1));
    [all...]

Completed in 952 milliseconds

<<11121314151617181920>>