Home
last modified time | relevance | path

Searched refs:lowerRangeToAssertZExt (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h560 SDValue lowerRangeToAssertZExt(SelectionDAG &DAG, const Instruction &I,
H A DStatepointLowering.cpp1144 ReturnVal = lowerRangeToAssertZExt(DAG, *Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.cpp4853 Result = lowerRangeToAssertZExt(DAG, I, Result); in visitTargetIntrinsic()
7551 Result.first = lowerRangeToAssertZExt(DAG, CB, Result.first); in LowerCallTo()
8992 SDValue SelectionDAGBuilder::lowerRangeToAssertZExt(SelectionDAG &DAG, in lowerRangeToAssertZExt() function in SelectionDAGBuilder