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

  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 366 Value *LenOp = CI->getArgOperand(2);
376 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1);
381 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(LenOp))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 479 Value *LenOp = CI->getArgOperand(2);
488 B.CreateMemSet(Dst, B.getInt8('\0'), LenOp, 1);
493 if (ConstantInt *LengthArg = dyn_cast<ConstantInt>(LenOp))
    [all...]

Completed in 82 milliseconds