Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3822 auto SetResult = [&](Value *OpResult, Constant *OverflowVal, bool ReuseName) { in OptimizeOverflowCheck() argument
3824 Overflow = OverflowVal; in OptimizeOverflowCheck()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6296 auto OverflowVal = DAG.getConstant(Overflow, DL, MVT::i32); in splitBufferOffsets() local
6298 N0 = OverflowVal; in splitBufferOffsets()
6300 SDValue Ops[] = { N0, OverflowVal }; in splitBufferOffsets()