Home
last modified time | relevance | path

Searched refs:CopyOp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2615 Value *CopyOp, *ConvertOp; in handleVectorConvertIntrinsic() local
2622 CopyOp = I.getArgOperand(0); in handleVectorConvertIntrinsic()
2627 CopyOp = nullptr; in handleVectorConvertIntrinsic()
2658 if (CopyOp) { in handleVectorConvertIntrinsic()
2659 assert(CopyOp->getType() == I.getType()); in handleVectorConvertIntrinsic()
2660 assert(CopyOp->getType()->isVectorTy()); in handleVectorConvertIntrinsic()
2661 Value *ResultShadow = getShadow(CopyOp); in handleVectorConvertIntrinsic()
2669 setOrigin(&I, getOrigin(CopyOp)); in handleVectorConvertIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp207 MachineOperand CopyOp(Op); in addOperand() local
208 return addOperand(MF, CopyOp); in addOperand()