Searched refs:OBs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3375 SmallVector<OperandBundleDef, 8> OBs; in LLVMBuildCallBr() local 3378 OBs.push_back(*OB); in LLVMBuildCallBr() 3384 ArrayRef<Value *>(unwrap(Args), NumArgs), OBs, Name)); in LLVMBuildCallBr() 3400 SmallVector<OperandBundleDef, 8> OBs; in LLVMBuildInvokeWithOperandBundles() local 3403 OBs.push_back(*OB); in LLVMBuildInvokeWithOperandBundles() 3407 ArrayRef(unwrap(Args), NumArgs), OBs, Name)); in LLVMBuildInvokeWithOperandBundles() 4224 SmallVector<OperandBundleDef, 8> OBs; in LLVMBuildCallWithOperandBundles() local 4227 OBs.push_back(*OB); in LLVMBuildCallWithOperandBundles() 4230 FTy, unwrap(Fn), ArrayRef(unwrap(Args), NumArgs), OBs, Name)); in LLVMBuildCallWithOperandBundles()
|