Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp154 if (const PointerType *ptrA = A->getAs<PointerType>()) in typesCompatible() local
156 A = ptrA->getPointeeType(); in typesCompatible()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11878 Register ptrA = MI.getOperand(1).getReg(); in EmitAtomicBinary() local
11924 .addReg(ptrA).addReg(ptrB); in EmitAtomicBinary()
11947 .addReg(TmpReg).addReg(ptrA).addReg(ptrB); in EmitAtomicBinary()
12055 Register ptrA = MI.getOperand(1).getReg(); in EmitPartwordAtomicBinary() local
12116 if (ptrA != ZeroReg) { in EmitPartwordAtomicBinary()
12119 .addReg(ptrA) in EmitPartwordAtomicBinary()
12976 Register ptrA = MI.getOperand(1).getReg(); in EmitInstrWithCustomInserter() local
13022 .addReg(ptrA) in EmitInstrWithCustomInserter()
13045 Register ptrA = MI.getOperand(1).getReg(); in EmitInstrWithCustomInserter() local
13114 if (ptrA != ZeroReg) { in EmitInstrWithCustomInserter()
[all …]