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

  /external/llvm/tools/llvm-mc/
Disassembler.cpp 122 unsigned ByteVal;
123 if (Value.getAsInteger(0, ByteVal) || ByteVal > 255) {
132 ByteArray.push_back(std::make_pair((unsigned char)ByteVal, Value.data()));
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 118 /// MemsetRange - Represents a range of memset'd bytes with the ByteVal value.
340 Value *ByteVal);
365 Value *StartPtr, Value *ByteVal) {
390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0)))
403 if (MSI->isVolatile() || ByteVal != MSI->getValue() ||
457 Builder.CreateMemSet(StartPtr, ByteVal, Range.End-Range.Start, Alignment);
542 if (Value *ByteVal = isBytewiseValue(SI->getOperand(0)))
544 ByteVal)) {
824 if (Value *ByteVal = isBytewiseValue(GV->getInitializer())) {
826 Builder.CreateMemSet(M->getRawDest(), ByteVal, CopySize
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.c 138 uint8_t ByteVal
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 690 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
693 Builder.CreateMemSet(Dest.first, ByteVal, SizeVal, Dest.second, false);
706 Value *ByteVal = Builder.CreateTrunc(EmitScalarExpr(E->getArg(1)),
709 Builder.CreateMemSet(Dest.first, ByteVal, SizeVal, Dest.second, false);
    [all...]

Completed in 589 milliseconds