Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h408 SDValue lowerRangeToAssertZExt(SelectionDAG &DAG, const Instruction &I,
H A DStatepointLowering.cpp1166 ReturnVal = lowerRangeToAssertZExt(DAG, *Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.cpp5100 Result = lowerRangeToAssertZExt(DAG, I, Result); in visitTargetIntrinsic()
8403 Result.first = lowerRangeToAssertZExt(DAG, CB, Result.first); in LowerCallTo()
9859 SDValue SelectionDAGBuilder::lowerRangeToAssertZExt(SelectionDAG &DAG, in lowerRangeToAssertZExt() function in SelectionDAGBuilder