HomeSort by: relevance | last modified time | path
    Searched refs:ExtractTypeInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
Analysis.h 92 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
93 GlobalValue *ExtractTypeInfo(Value *V);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 167 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
168 GlobalValue *llvm::ExtractTypeInfo(Value *V) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2026 GlobalValue *GV = ExtractTypeInfo(CI.getArgOperand(0));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 6100 GlobalValue *GV = ExtractTypeInfo(I.getArgOperand(0));

Completed in 61 milliseconds