HomeSort by: relevance | last modified time | path
    Searched defs:KF (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
options.h 64 #define KF 0x000000040ULL
114 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
116 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 955 /// contains the known bit of the shift value source. KF is an
958 /// for that shift amount. The results from calling KF are conservatively
963 function_ref<KnownBits(const KnownBits &, const KnownBits &)> KF) {
977 Known = KF(Known2, Known);
1036 Known, KF(Known2, KnownBits::makeConstant(APInt(32, ShiftAmt))));
1200 auto KF = [NSW](const KnownBits &KnownVal, const KnownBits &KnownAmt) {
1213 KF);
1221 auto KF = [](const KnownBits &KnownVal, const KnownBits &KnownAmt) {
1225 KF);
1233 auto KF = [](const KnownBits &KnownVal, const KnownBits &KnownAmt)
    [all...]

Completed in 18 milliseconds