Searched defs:PtrA (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 307 Value *PtrA = GEPA->getPointerOperand(); in recognizeByteCompare() local 382 Value *PtrA = GEPA->getPointerOperand(); in createMaskedFindMismatch() local 489 Value *PtrA = GEPA->getPointerOperand(); in createPredicatedFindMismatch() local 588 Value *PtrA = GEPA->getPointerOperand(); in expandFindMismatch() local
|
H A D | LoadStoreVectorizer.cpp | 1166 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetComplexAddrs() 1279 Value *PtrA, Value *PtrB, Instruction *ContextInst, unsigned Depth) { in getConstantOffsetSelects() 1470 std::optional<APInt> Vectorizer::getConstantOffset(Value *PtrA, Value *PtrB, in getConstantOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1557 std::optional<int> llvm::getPointersDiff(Type *ElemTyA, Value *PtrA, in getPointersDiff() 1662 Value *PtrA = getLoadStorePointerOperand(A); in isConsecutiveAccess() local
|
H A D | BasicAliasAnalysis.cpp | 1639 if (const Argument *PtrA = dyn_cast<Argument>(Ptr)) { in aliasCheck() local
|