Searched refs:getBoundsCheckCond (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 57 static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal, in getBoundsCheckCond() function 156 Or = getBoundsCheckCond(LI->getPointerOperand(), LI, DL, TLI, in addBoundsChecking() 159 Or = getBoundsCheckCond(SI->getPointerOperand(), SI->getValueOperand(), in addBoundsChecking() 162 Or = getBoundsCheckCond(AI->getPointerOperand(), AI->getCompareOperand(), in addBoundsChecking() 165 Or = getBoundsCheckCond(AI->getPointerOperand(), AI->getValOperand(), DL, in addBoundsChecking()
|