reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
14421       IntNo = Intrinsic::wasm_widen_low_signed;
14425       IntNo = Intrinsic::wasm_widen_high_signed;
14429       IntNo = Intrinsic::wasm_widen_low_unsigned;
14433       IntNo = Intrinsic::wasm_widen_high_unsigned;
14439         CGM.getIntrinsic(IntNo, {ConvertType(E->getType()), Vec->getType()});