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 48 t_LocalID, t_GlobalID, // ID in UIntVal.
54 t_InlineAsm, // Value in StrVal/StrVal2/UIntVal.
62 unsigned UIntVal;
79 return UIntVal < RHS.UIntVal;
LLLexer.cpp 297 UIntVal = unsigned(Val);
400 UIntVal = unsigned(Val);
455 UIntVal = unsigned(Val);
697 UIntVal = Instruction::Enum; return lltok::kw_##STR; }
LLParser.cpp 140 else if (Fn.UIntVal < NumberedVals.size())
141 TheFn = dyn_cast<Function>(NumberedVals[Fn.UIntVal]);
206 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 228 uint64_t UIntVal;
229 if (APF.convertToInteger(&UIntVal, 64, true, APFloat::rmTowardZero,
232 IntVal = UIntVal;
    [all...]

Completed in 381 milliseconds