Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h732 SDValue lowerRangeToAssertZExt(SelectionDAG &DAG, const Instruction &I,
H A DStatepointLowering.cpp922 ReturnVal = lowerRangeToAssertZExt(DAG, *Inst, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.cpp4392 Result = lowerRangeToAssertZExt(DAG, I, Result); in visitTargetIntrinsic()
6636 Result.first = lowerRangeToAssertZExt(DAG, *Inst, Result.first); in LowerCallTo()
8018 SDValue SelectionDAGBuilder::lowerRangeToAssertZExt(SelectionDAG &DAG, in lowerRangeToAssertZExt() function in SelectionDAGBuilder