Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9695 const bool InOpIsIntOrFP = MatchingOpInfo.ConstraintVT.isInteger() || in patchMatchingInput() local
9697 if ((OutOpIsIntOrFP != InOpIsIntOrFP) || (MatchRC.second != InputRC.second)) { in patchMatchingInput()
H A DTargetLowering.cpp6071 const bool InOpIsIntOrFP = Input.ConstraintVT.isInteger() || in ParseConstraints() local
6073 if ((OutOpIsIntOrFP != InOpIsIntOrFP) || in ParseConstraints()