Searched refs:isKnownCompatibleWith (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 1398 bool isKnownCompatibleWith(const Value *Key, const Value *Discriminator, in isKnownCompatibleWith() function 1400 return cast<llvm::ConstantPtrAuth>(Val)->isKnownCompatibleWith( in isKnownCompatibleWith()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1097 LLVM_ABI bool isKnownCompatibleWith(const Value *Key,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 2129 bool ConstantPtrAuth::isKnownCompatibleWith(const Value *Key, in isKnownCompatibleWith() function in ConstantPtrAuth
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2725 !CalleeCPA->isKnownCompatibleWith(Key, Discriminator, *DL)) { in translateCallBase()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3036 if (!CPA || !CPA->isKnownCompatibleWith(Key, Disc, DL)) in visitCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 9623 if (CalleeCPA->isKnownCompatibleWith(Key, Discriminator, in LowerCallSiteWithPtrAuthBundle()
|