Lines Matching defs:operand
2133 /// that has operand bundle "clang.arc.attachedcall".
2373 // Add operand bundle "clang.arc.attachedcall" to the call instead of emitting
2376 // -O0, doesn't know about the operand bundle.
2389 // the target backend knows how to handle the operand bundle.
2969 // Fall back if the call base has operand bundle "clang.arc.attachedcall".
2983 // the operand.
2988 llvm::Value *operand = bitcast->getOperand(0);
2989 operand = emitARCOperationAfterCall(CGF, operand, doAfterCall, doFallback);
2990 bitcast->setOperand(0, operand);