Home
last modified time | relevance | path

Searched refs:PromoteToType (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1206 PromoteToType.find(std::make_pair(Op, VT.SimpleTy)); in getTypeToPromoteTo()
1207 if (PTTI != PromoteToType.end()) return PTTI->second; in getTypeToPromoteTo()
2087 PromoteToType[std::make_pair(Opc, OrigVT.SimpleTy)] = DestVT.SimpleTy; in AddPromotedToType()
2801 PromoteToType; variable