HomeSort by relevance Sort by last modified time
    Searched refs:ExtractTypeInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
Analysis.h 59 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
60 GlobalVariable *ExtractTypeInfo(Value *V);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 399 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
411 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
423 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 108 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
109 GlobalVariable *llvm::ExtractTypeInfo(Value *V) {

Completed in 123 milliseconds