Searched refs:ExtractTypeInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DAnalysis.h75 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
76 GlobalValue *ExtractTypeInfo(Value *V);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp119 /// ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V.
120 GlobalValue *llvm::ExtractTypeInfo(Value *V) { function in class:llvm
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4592 GlobalValue *GV = ExtractTypeInfo(I.getArgOperand(0));

Completed in 100 milliseconds