Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3430 SmallVector<OperandBundleDef, 8> OBs; in LLVMBuildCallBr() local
3433 OBs.push_back(*OB); in LLVMBuildCallBr()
3439 ArrayRef<Value *>(unwrap(Args), NumArgs), OBs, Name)); in LLVMBuildCallBr()
3455 SmallVector<OperandBundleDef, 8> OBs; in LLVMBuildInvokeWithOperandBundles() local
3458 OBs.push_back(*OB); in LLVMBuildInvokeWithOperandBundles()
3462 ArrayRef(unwrap(Args), NumArgs), OBs, Name)); in LLVMBuildInvokeWithOperandBundles()
4300 SmallVector<OperandBundleDef, 8> OBs; in LLVMBuildCallWithOperandBundles() local
4303 OBs.push_back(*OB); in LLVMBuildCallWithOperandBundles()
4306 FTy, unwrap(Fn), ArrayRef(unwrap(Args), NumArgs), OBs, Name)); in LLVMBuildCallWithOperandBundles()