Searched refs:PVAL (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdata.cpp | 208 #undef PVAL 209 #define PVAL(a, b, c) a, c macro 212 {PVAL(CFX_CSSPropertyValue::Bolder, "bolder", 0x009F1058)}, 213 {PVAL(CFX_CSSPropertyValue::None, "none", 0x048B6670)}, 214 {PVAL(CFX_CSSPropertyValue::Dot, "dot", 0x0A48CB27)}, 215 {PVAL(CFX_CSSPropertyValue::Sub, "sub", 0x0BD37FAA)}, 216 {PVAL(CFX_CSSPropertyValue::Top, "top", 0x0BEDAF33)}, 217 {PVAL(CFX_CSSPropertyValue::Right, "right", 0x193ADE3E)}, 218 {PVAL(CFX_CSSPropertyValue::Normal, "normal", 0x247CF3E9)}, 219 {PVAL(CFX_CSSPropertyValue::Auto, "auto", 0x2B35B6D9)}, [all …]
|
/external/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | select.ll | 107 ; CHECK-NEXT: [[PVAL:%.*]] = load i32, i32* [[P:%.*]], align 4 108 ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[PVAL]], 255 111 ; CHECK-NEXT: [[MIN:%.*]] = select i1 [[UNKNOWN:%.*]], i32 [[PVAL]], i32 5 132 ; CHECK-NEXT: [[PVAL:%.*]] = load i32, i32* [[P:%.*]], align 4 133 ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[PVAL]], 255 136 ; CHECK-NEXT: [[MIN:%.*]] = select i1 [[UNKNOWN:%.*]], i32 [[PVAL]], i32 [[QVAL:%.*]] 158 ; CHECK-NEXT: [[PVAL:%.*]] = load i32, i32* [[P:%.*]], align 4 159 ; CHECK-NEXT: [[CMP1:%.*]] = icmp slt i32 [[PVAL]], 255 162 ; CHECK-NEXT: [[MIN:%.*]] = select i1 [[UNKNOWN:%.*]], i32 [[QVAL:%.*]], i32 [[PVAL]] 187 ; CHECK-NEXT: [[PVAL:%.*]] = load i32, i32* [[P:%.*]], align 4 [all …]
|