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

  /external/llvm/lib/IR/
ConstantsContext.h 346 template <class ConstantClass> struct ConstantInfo;
347 template <> struct ConstantInfo<ConstantExpr> {
351 template <> struct ConstantInfo<InlineAsm> {
355 template <> struct ConstantInfo<ConstantArray> {
359 template <> struct ConstantInfo<ConstantStruct> {
363 template <> struct ConstantInfo<ConstantVector> {
396 typedef typename ConstantInfo<ConstantClass>::TypeClass TypeClass;
440 typedef ConstantInfo<InlineAsm>::TypeClass TypeClass;
510 typedef ConstantInfo<ConstantExpr>::TypeClass TypeClass;
551 typedef typename ConstantInfo<ConstantClass>::ValType ValType
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 99 struct ConstantInfo {
120 SmallVector<ConstantInfo, 8> ConstantVec;
158 Instruction *findConstantInsertionPoint(const ConstantInfo &ConstInfo) const;
241 findConstantInsertionPoint(const ConstantInfo &ConstInfo) const {
390 ConstantInfo ConstInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 339 DWORD ConstantInfo;
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]

Completed in 363 milliseconds