Searched refs:K1Val (Results 1 – 2 of 2) sorted by relevance
10 static enum K1 { K1Val = sizeof(T) } Kind1; enumerator15 K1 k1 = K1Val; in foo()16 Kind1 = K1Val; in foo()23 K1 k1 = K1Val; in bar()24 Kind1 = K1Val; in bar()46 enum { K1Val = sizeof(T) } k1; in foo() enumerator
1468 const APFloat K1Val(BitsToFloat(0x2f800000)); in LowerFDIV32() local1469 const SDValue K1 = DAG.getConstantFP(K1Val, SL, MVT::f32); in LowerFDIV32()