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

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 88 struct PromotedConstant {
92 typedef SmallDenseMap<Constant *, PromotedConstant, 16> PromotionCacheTy;
343 std::make_pair(&C, AArch64PromoteConstant::PromotedConstant()));
463 AArch64PromoteConstant::PromotedConstant &PC) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 96 struct PromotedConstant {
100 using PromotionCacheTy = SmallDenseMap<Constant *, PromotedConstant, 16>;
351 std::make_pair(&C, AArch64PromoteConstant::PromotedConstant()));
470 AArch64PromoteConstant::PromotedConstant &PC) {

Completed in 55 milliseconds