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

  /external/llvm/lib/AsmParser/
LLLexer.h 40 unsigned UIntVal;
59 unsigned getUIntVal() const { return UIntVal; }
LLParser.h 47 t_LocalID, t_GlobalID, // ID in UIntVal.
53 t_InlineAsm, // Value in StrVal/StrVal2/UIntVal.
61 unsigned UIntVal;
78 return UIntVal < RHS.UIntVal;
LLLexer.cpp 295 UIntVal = unsigned(Val);
361 UIntVal = unsigned(Val);
416 UIntVal = unsigned(Val);
641 UIntVal = Instruction::Enum; return lltok::kw_##STR; }
LLParser.cpp 135 else if (Fn.UIntVal < NumberedVals.size())
136 TheFn = dyn_cast<Function>(NumberedVals[Fn.UIntVal]);
194 Res = PFS->GetBB(Refs[i].first.UIntVal, Refs[i].first.Loc);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 224 uint64_t UIntVal;
225 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,
228 IntVal = UIntVal;
    [all...]

Completed in 407 milliseconds