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

  /external/clang/lib/Lex/
Preprocessor.cpp 786 llvm::APInt APVal(64, 0);
787 if (Literal.GetIntegerValue(APVal))
790 Value = APVal.getLimitedValue();
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 666 APInt APVal(NumBytes*8, Val);
671 APVal |= APVal << 8;
675 ConstantInt::get(User->getContext(), APVal),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 269 milliseconds