Searched defs:PtrA (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopIdiomVectorize.cpp | 356 Value *PtrA = GEPA->getPointerOperand(); in recognizeByteCompare() local 431 Value *PtrA = GEPA->getPointerOperand(); in createMaskedFindMismatch() local 536 Value *PtrA = GEPA->getPointerOperand(); in createPredicatedFindMismatch() local 635 Value *PtrA = GEPA->getPointerOperand(); in expandFindMismatch() local
|
| H A D | LoadStoreVectorizer.cpp | 1182 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetComplexAddrs() 1293 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetSelects() 1598 std::optional<APInt> Vectorizer::getConstantOffset(Value *PtrA, Value *PtrB, in getConstantOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1604 std::optional<int64_t> llvm::getPointersDiff(Type *ElemTyA, Value *PtrA, in getPointersDiff() 1716 Value *PtrA = getLoadStorePointerOperand(A); in isConsecutiveAccess() local
|
| H A D | BasicAliasAnalysis.cpp | 1678 if (const Argument *PtrA = dyn_cast<Argument>(Ptr)) { in aliasCheck() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 1905 const Pointer &PtrA = S.Stk.pop<Pointer>(); in interp__builtin_memcmp() local
|